Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somnath-Chattaraj authored Jul 30, 2024
1 parent d9748a5 commit a22068f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
script: |
sudo systemctl restart docker
sudo docker pull somnath910/statuscode1:latest
sudo docker stop web-app || true
sudo docker rm web-app || true
sudo docker run -d --name web-app \
-e DATABASE_URL=${{ secrets.DATABASE_URL }} \
-e PORT=${{ secrets.PORT }} \
Expand Down

0 comments on commit a22068f

Please sign in to comment.