Skip to content

Commit

Permalink
chore: main.yml 다중 서버 포트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdongsuk authored Dec 10, 2023
1 parent 928fc36 commit c2b26fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
docker stop go_cicd2 || true
docker rm go_cicd2 || true
docker pull ${{ env.DOCKER_IMAGE }}:latest
docker run -d -p 3001:3000 --name go_cicd2 --restart always ${{ env.DOCKER_IMAGE }}:latest
docker run -d -p 3000:3000 --name go_cicd2 --restart always ${{ env.DOCKER_IMAGE }}:latest

0 comments on commit c2b26fa

Please sign in to comment.