Skip to content
Snippets Groups Projects
Unverified Commit f99ed77c authored by Bye's avatar Bye Committed by GitHub
Browse files

Update filedeploy.yml

parent 6ebd3b5a
Branches
No related tags found
No related merge requests found
......@@ -42,5 +42,7 @@ jobs:
with:
key: ${{ secrets.SSH_TOKEN }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: Deploy with rsync
run: rsync -avz ./build/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.SSH_DIR }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment