Files
easypanel-supabase-compose/plane/update.sh
T
serban-alexandru 5f0672aaf1 plane.so
2024-07-26 15:49:55 +03:00

15 lines
269 B
Bash

#!/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