This commit is contained in:
serban-alexandru
2024-07-26 15:49:55 +03:00
parent b896734b4d
commit 5f0672aaf1
16 changed files with 1564 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
if [ ! -d "./repo" ]; then
git clone --depth 1 --branch preview --single-branch https://github.com/makeplane/plane.git repo
else
cd repo
git pull
cd ..
fi
cp -r ./repo/deploy/selfhost/. ./code
mv ./code/variables.env ./code/.env.example