Skip to content

Commit

Permalink
Configure SSH key for website publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Oct 9, 2024
1 parent 5d58ef2 commit e40ff55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ jobs:
run: |
nikola build
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.RIOBU_SSH_KEY }}
known_hosts: ${{ secrets.RIOBU_KNOWN_HOSTS }}
config: |
Host wxpython-site
HostName riobu.com
User rbot.wxpython
- name: Publish website
run: |
nikola deploy

0 comments on commit e40ff55

Please sign in to comment.