Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Nov 7, 2023
1 parent d944497 commit db62add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.EC2_IP }}
username: ec2-user
username: ubuntu
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: .
target: test
Expand All @@ -31,7 +31,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_IP }}
username: ec2-user
username: ubuntu
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
sudo apt-get install npm -y
Expand Down

0 comments on commit db62add

Please sign in to comment.