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

Update filedeploy.yml

parent b7979938
No related branches found
No related tags found
No related merge requests found
...@@ -41,4 +41,4 @@ jobs: ...@@ -41,4 +41,4 @@ jobs:
- name: Adding Known Hosts - name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: Deploy with rsync - name: Deploy with rsync
run: rsync -arvz build/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/dbh_game/ifyouaretypingthisyouareamoron/ run: rsync -arvz build/ dbh@${{ secrets.SSH_HOST }}:/var/www/dbh_game/ifyouaretypingthisyouareamoron/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment