Skip to content

Commit

Permalink
Merge pull request #15 from Nexters/feature-2
Browse files Browse the repository at this point in the history
[feature-2] CD 워크플로우 수정
  • Loading branch information
Jeongminyooa authored Feb 10, 2025
2 parents c843142 + fc7ac12 commit 9ccd975
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 9ccd975

Please sign in to comment.