Skip to content

Commit

Permalink
chore(server): update server port
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 14, 2024
1 parent eab8c80 commit f0c12f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
sudo docker pull ${{ vars.DOCKER_REPO }}:latest
sudo docker stop ${{ vars.PROJECT}} || true
sudo docker rm ${{ vars.PROJECT}} || true
sudo docker run -d -p 4000:4000 --name ${{ vars.PROJECT}} ${{ vars.DOCKER_REPO }}:latest
sudo docker run -d -p 80:4000 --name ${{ vars.PROJECT}} ${{ vars.DOCKER_REPO }}:latest

0 comments on commit f0c12f6

Please sign in to comment.