Skip to content

Commit a74d95e

Browse files
authored
Update ohhanahana-cd.yml
1 parent 10388ee commit a74d95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ohhanahana-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: appleboy/ssh-action@master
6464
with:
6565
host: ${{ secrets.EC2_HOST }}
66-
username: ec2-user
66+
username: ubuntu
6767
key: ${{ secrets.SSH_KEY }}
6868
script: |
6969
sudo docker stop $(docker ps -a -q --filter "name=ohhanahana-app") || true

0 commit comments

Comments
 (0)