Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klercke committed Jun 1, 2024
1 parent 113ee43 commit 96d5994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
- name: 🔑 Populate Key
run: echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
- name: 🔐 Load Host Keys
run: echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
- name: 🚀 Upload
run: rsync --archive --stats -e 'ssh -o StrictHostKeyChecking=no' public/ github-actions@prototypexenon.com:/srv/http/blog.z3r0d4y.dev/public
run: rsync --archive --delete --stats -e 'ssh' public/ github-actions@${{ secrets.REMOTE_DEST }}:/srv/http/blog.z3r0d4y.dev/public

0 comments on commit 96d5994

Please sign in to comment.