Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantSikdar committed Jul 4, 2024
1 parent 664441d commit 814b72e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
sudo docker pull easc01/sway-server:latest
sudo docker stop sway-server || true
sudo docker rm sway-server || true
sudo docker rmi easc01/sway-server:latest || true
sudo docker run -d --env-file .env --restart --name sway-server -p 3000:3000 easc01/sway-server:latest
sudo docker run -d --env-file .env --restart=unless-stopped --name sway-server -p 3000:3000 easc01/sway-server:latest

0 comments on commit 814b72e

Please sign in to comment.