We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852cc31 commit 295ccc7Copy full SHA for 295ccc7
.github/scripts/deploy_deepgit.sh
@@ -6,6 +6,7 @@ cd ~/projects/deepgit
6
git pull origin deploy --quiet
7
8
# build and deploy the frontend
9
+cd ~/projects/deepgit
10
npm --silent install
11
rm -rf dist
12
npm run --silent build
@@ -14,6 +15,7 @@ sudo rm -rf /var/www/deepgit-app/*
14
15
sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/.
16
17
# build and deploy the backend
18
19
source .venv/bin/activate
20
cd backend
21
pip install -r requirements.txt --quiet
0 commit comments