Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer authored Nov 7, 2023
1 parent 1c1e273 commit 9bbba45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ jobs:
SCRIPT_AFTER: |
cd ~/backend
docker build -t pollup:backend .
docker run -p 1923:3000 pollup:backend
docker stop app
docker rm app
docker run --name app -p 1923:3000 -d pollup:backend

0 comments on commit 9bbba45

Please sign in to comment.