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 295ccc7 commit c8d8767Copy full SHA for c8d8767
.github/scripts/deploy_deepgit.sh
@@ -16,9 +16,8 @@ sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/.
16
17
# build and deploy the backend
18
cd ~/projects/deepgit
19
-source .venv/bin/activate
20
cd backend
21
-pip install -r requirements.txt --quiet
+~/projects/deepgit/.venv/bin/pip install -r requirements.txt --quiet
22
23
# restart nginx and gunicorn
24
sudo systemctl restart nginx
0 commit comments