Skip to content

Commit

Permalink
[CHORE] update scp/ssh username
Browse files Browse the repository at this point in the history
  • Loading branch information
sung-silver authored Jan 14, 2025
1 parent 46491d7 commit b5b9d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST_DEV }}
username: ubuntu
username: ec2-user
key: ${{ secrets.PEM_KEY_DEV }}
port: 22
source: "application.env"
Expand All @@ -75,7 +75,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_DEV }}
username: ubuntu
username: ec2-user
key: ${{ secrets.PEM_KEY_DEV }}
port: 22
script: |
Expand Down

0 comments on commit b5b9d26

Please sign in to comment.