Skip to content

Commit

Permalink
Feat: Update appleboy version
Browse files Browse the repository at this point in the history
  • Loading branch information
aridanemartin committed Jun 29, 2024
1 parent 3501685 commit 914145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: docker save gatos-sin-hogar-backend > gatos-sin-hogar-backend.tar

- name: Copy Docker image to EC2
uses: appleboy/scp-action@v0.1.1
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
Expand All @@ -32,7 +32,7 @@ jobs:
target: '~/gatos-sin-hogar-backend.tar'

- name: SSH into EC2 and load the Docker image
uses: appleboy/ssh-action@v0.1.1
uses: appleboy/ssh-action@v0.1.7
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
Expand Down

0 comments on commit 914145a

Please sign in to comment.