Skip to content

Commit

Permalink
Merge pull request #16 from Nexters/dev
Browse files Browse the repository at this point in the history
[feature-2] CD 워크플로우 수정
  • Loading branch information
Jeongminyooa authored Feb 10, 2025
2 parents e6849c2 + 9ccd975 commit 935944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SERVER_PASSWORD }}
password: ${{ secrets.SERVER_PASSWORD }}
envs: GITHUB_SHA
script: |
docker stop donmani
Expand Down

0 comments on commit 935944e

Please sign in to comment.