From a74d95e002c0db149c85a939af41caa72ea7411c Mon Sep 17 00:00:00 2001 From: Junseok Kim <30834810+junseokkim@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:03:45 +0900 Subject: [PATCH] Update ohhanahana-cd.yml --- .github/workflows/ohhanahana-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ohhanahana-cd.yml b/.github/workflows/ohhanahana-cd.yml index b133f03..abf8f3d 100644 --- a/.github/workflows/ohhanahana-cd.yml +++ b/.github/workflows/ohhanahana-cd.yml @@ -63,7 +63,7 @@ jobs: uses: appleboy/ssh-action@master with: host: ${{ secrets.EC2_HOST }} - username: ec2-user + username: ubuntu key: ${{ secrets.SSH_KEY }} script: | sudo docker stop $(docker ps -a -q --filter "name=ohhanahana-app") || true