Skip to content

Commit c8d8767

Browse files
committed
Fix source not found in bash
1 parent 295ccc7 commit c8d8767

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/deploy_deepgit.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ sudo cp -rf ~/projects/deepgit/dist/* /var/www/deepgit-app/.
1616

1717
# build and deploy the backend
1818
cd ~/projects/deepgit
19-
source .venv/bin/activate
2019
cd backend
21-
pip install -r requirements.txt --quiet
20+
~/projects/deepgit/.venv/bin/pip install -r requirements.txt --quiet
2221

2322
# restart nginx and gunicorn
2423
sudo systemctl restart nginx

0 commit comments

Comments
 (0)