Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0147123 committed Aug 9, 2024
1 parent a53b430 commit b113db7
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 @@ -28,6 +28,6 @@ jobs:
echo ✅ Building Docker Image
docker build -t deploy-bettermi-app .
echo ✅ Running Docker Container
docker run -d -p 127.0.0.13000:3000 --name deploy-bettermi-app deploy-bettermi-app
docker run -d -p 127.0.0.1:3000:3000 --name deploy-bettermi-app deploy-bettermi-app
echo ✅ Deployed successfully
ENDSSH

0 comments on commit b113db7

Please sign in to comment.