Skip to content

Commit

Permalink
chore: Update target to avoid creating folder
Browse files Browse the repository at this point in the history
  • Loading branch information
aridanemartin committed Jun 29, 2024
1 parent a4d5964 commit f08a2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_KEY }}
source: 'gatos-sin-hogar-backend.tar'
target: '~/gatos-sin-hogar-backend.tar'
target: '~/'

- name: SSH into EC2 and load the Docker image
uses: appleboy/ssh-action@v0.1.7
Expand Down

0 comments on commit f08a2fc

Please sign in to comment.