Skip to content

Commit

Permalink
Fix: 포트 충돌 컨테이너 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Jul 1, 2024
1 parent 8702ce4 commit 098dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qtudy-server:prod

- name: EC2 서버에 배포#
- name: EC2 서버에 배포
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PROD_SERVER_HOST }}
Expand Down

0 comments on commit 098dd59

Please sign in to comment.