Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 authored Oct 20, 2023
1 parent 90af974 commit b62f55b
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,15 +22,15 @@ jobs:
run: npm install

- name: Transfer files to EC2
uses: appleboy/scp-action@0.1.9
uses: appleboy/scp-action@master
with:
host: ${{ secrets.EC2_IP_ADDRESS }}
username: your-ssh-username
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: .
target: test
- name: SSH into EC2
uses: appleboy/ssh-action@0.1.9
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_IP_ADDRESS }}
username: your-ssh-username
Expand Down

0 comments on commit b62f55b

Please sign in to comment.