Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Mar 31, 2024
1 parent ec0677e commit 8498e2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
docker pull 100xdevs/web-app:latest
docker stop web-app || true
docker rm web-app || true
docker run -d --name web-app -p 3005:3000 100xdevs/web-app:latest
sudo docker pull 100xdevs/web-app:latest
sudo docker stop web-app || true
sudo docker rm web-app || true
sudo docker run -d --name web-app -p 3005:3000 100xdevs/web-app:latest

0 comments on commit 8498e2e

Please sign in to comment.