Skip to content

Commit

Permalink
Update ohhanahana-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim authored Jun 10, 2024
1 parent 6e34df4 commit 29099b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ohhanahana-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_HOST }}
username: ubuntu
username: ec2-user
key: ${{ secrets.SSH_KEY }}
script: |
sudo docker stop $(docker ps -a -q --filter "name=ohhanahana-app") || true
Expand Down

0 comments on commit 29099b5

Please sign in to comment.