Skip to content

Commit

Permalink
update workflow to include pip (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan authored Oct 7, 2024
1 parent e5638f8 commit 144f999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-to-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
script: |
cd ~/Mess-Website
git pull origin main
pip3 install -r requirements.txt
docker compose down
docker rmi mess-website-nginx || true
docker rmi mess-website-web || true
Expand Down

0 comments on commit 144f999

Please sign in to comment.