Skip to content

Commit

Permalink
#4 miss host
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellino.palerme committed Oct 13, 2023
1 parent 5b569ee commit f99a40f
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 @@ -26,7 +26,7 @@ jobs:
echo {{ secrets.PRIVATE }} > ~/.ssh/id_rsa
echo {{ secrets.PUBLIC }} > ~/.ssh/id_rsa.pub
- name: Copy file on server
run: scp -r ./.output ~
run: scp -r ./.output ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~
- name: Copy docker files on server
run: |
scp Dockerfile compose.yaml ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~
Expand Down

0 comments on commit f99a40f

Please sign in to comment.