Skip to content

Commit

Permalink
Update deploy-ec2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermazi authored Oct 16, 2024
1 parent 1b77a0c commit 923ea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
sudo docker rm node-app
fi
# Run the newly pulled Docker image with a specific tag (github.sha)
sudo docker run -d -p 3000:3000 --name node-app takalezi6/node-app:${{ github.sha }}
sudo docker run -d -p 3000:3000 --name node-app takalezi6/node-app:${{ github.sha }}

0 comments on commit 923ea64

Please sign in to comment.