Skip to content

Commit

Permalink
ci: try explicitly pointing to the key file
Browse files Browse the repository at this point in the history
  • Loading branch information
coryjreid committed Sep 23, 2023
1 parent d276e24 commit a84301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.IONOS_LOGICRAFT_WEB_ADDRESS }} >> ~/.ssh/known_hosts
- name: Cleanup website root
run: ssh ${{ secrets.IONOS_LOGICRAFT_SSH_USERNAME }}@${{ secrets.IONOS_LOGICRAFT_WEB_ADDRESS }} 'rm -rf /var/www/logicraft.cc/html/*'
run: ssh ${{ secrets.IONOS_LOGICRAFT_SSH_USERNAME }}@${{ secrets.IONOS_LOGICRAFT_WEB_ADDRESS }} -i /home/runner/.ssh/id_rsa 'rm -rf /var/www/logicraft.cc/html/*'
- name: Generate index page
run: markdown README.md > index.html
- name: Copy website contents
Expand Down

0 comments on commit a84301d

Please sign in to comment.