Skip to content

Commit

Permalink
cd: spring actuator app
Browse files Browse the repository at this point in the history
  • Loading branch information
suw0n authored Oct 7, 2024
1 parent 0248c2a commit 9f5fadb
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 @@ -94,5 +94,5 @@ jobs:
docker rm dodamdodam
docker rmi ${{ secrets.DOCKERHUB_USERNAME }}/dodamdodam:latest
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/dodamdodam:latest
docker run -d -p 33333:8080 --name dodamdodam ${{ secrets.DOCKERHUB_USERNAME }}/dodamdodam:latest
docker run -d -p 33333:8080 -p 55555:8090 --name dodamdodam ${{ secrets.DOCKERHUB_USERNAME }}/dodamdodam:latest
docker network connect redis-net dodamdodam

0 comments on commit 9f5fadb

Please sign in to comment.