Skip to content

Commit 295ccc7

Browse files
committed
Make sure we are at root
1 parent 852cc31 commit 295ccc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/deploy_deepgit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cd ~/projects/deepgit
66
git pull origin deploy --quiet
77

88
# build and deploy the frontend
9+
cd ~/projects/deepgit
910
npm --silent install
1011
rm -rf dist
1112
npm run --silent build
@@ -14,6 +15,7 @@ sudo rm -rf /var/www/deepgit-app/*
1415
sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/.
1516

1617
# build and deploy the backend
18+
cd ~/projects/deepgit
1719
source .venv/bin/activate
1820
cd backend
1921
pip install -r requirements.txt --quiet

0 commit comments

Comments
 (0)