Skip to content

Commit

Permalink
Merge pull request #154 from swm-standard/rin/swm-137
Browse files Browse the repository at this point in the history
Fix: CD파일 Port 정보 추가
  • Loading branch information
RinRinPARK authored Aug 5, 2024
2 parents bc80500 + c6d648e commit 87342ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
host: ${{ secrets.DEV_HOST }}
username: ${{ secrets.USERNAME }}}
key: ${{ secrets.DEV_PRIVATE_KEY }}
port: ${{ secrets.DEV_PORT }}
script: |
docker pull ${{ secrets.DOCKER_USERNAME }}/phote:latest
docker stop $(docker ps -a -q)
Expand Down

0 comments on commit 87342ef

Please sign in to comment.