ci: fix scp not working
Some checks failed
/ Build (push) Failing after 25s

This commit is contained in:
log101 2024-05-31 18:23:25 +03:00
parent 446aaeba69
commit 5b95dbc6d6

View File

@ -21,6 +21,7 @@ jobs:
- HOST: ${{ secrets.HOST }}
- SSH_KEY: ${{ secrets.KEY }}
run: |
echo $HOST
scp -o StrictHostKeyChecking=no -r log101-blog-services $USERNAME@$HOST:/home/$USERNAME
- name: Rebuild docker compose
uses: appleboy/ssh-action@v1.0.3