Skip to content

Commit

Permalink
[fix] DOCKER-CD-STAGING.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junggyo1020 committed Aug 28, 2024
1 parent 51aa5ae commit 9bb1a99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/DOCKER-CD-STAGING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
runs-on: ubuntu-24.04

steps:
- name: Debugging - Echo Host
run: echo "${{ secrets.STAGING_SERVER_IP }}"

- name: docker 컨테이너 실행
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 9bb1a99

Please sign in to comment.