Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iyadh authored Jan 1, 2024
1 parent dd475df commit c667788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
port: ${{ secrets.VPS_PORT }}
script: |
docker load < /tmp/price-calc.tar
docker stop -price-calc || true
docker stop price-calc || true
docker rm price-calc || true
docker run -d --name price-calc -p 8001:8001 price-calc
docker run -d --name price-calc -p 8001:8001 price-calc:latest

1 comment on commit c667788

@vercel
Copy link

@vercel vercel bot commented on c667788 Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.