Skip to content

Commit

Permalink
comment: 배포 중단 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe916 committed Jan 5, 2024
1 parent 19dcaf4 commit c7f9854
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
run: ./gradlew jib


# ssh로 접속해 재배포
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.REMOTE_IP }}
username: ${{ secrets.REMOTE_SSH_ID }}
key: ${{ secrets.REMOTE_SSH_KEY }}
port: ${{ secrets.REMOTE_SSH_PORT }}
script: |
cd docker
docker compose pull wanf
docker compose up -d wanf
# ssh로 접속해 재배포 (2024 . 01 . 06 배포 중단)
#- name: Deploy
# uses: appleboy/ssh-action@master
# with:
# host: ${{ secrets.REMOTE_IP }}
# username: ${{ secrets.REMOTE_SSH_ID }}
# key: ${{ secrets.REMOTE_SSH_KEY }}
# port: ${{ secrets.REMOTE_SSH_PORT }}
# script: |
# cd docker
# docker compose pull wanf
# docker compose up -d wanf

0 comments on commit c7f9854

Please sign in to comment.