Skip to content

Commit

Permalink
prod: test28 (#prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed May 28, 2024
1 parent d0dc669 commit 8f7fac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ jobs:
- name: 인스턴스 접속 및 배포 스크립트 실행
uses: appleboy/[email protected]
with:
key: ${{ secrets.PROD_EC2_PRIVATE_KEY }}
host: ${{ secrets.PROD_EC2_HOST }}
username: ${{ secrets.PROD_EC2_USERNAME }}
key: ${{ secrets.PROD_EC2_PRIVATE_KEY }}
port: ${{ secrets.PROD_EC2_PORT }}
timeout: 1m
script: |
docker stop "${{ secrets.PROD_CONTAINER_NAME }}"
docker rm -f "${{ secrets.PROD_CONTAINER_NAME }}"
Expand Down

0 comments on commit 8f7fac2

Please sign in to comment.