Skip to content

Commit

Permalink
feat: allow to update gui with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Dec 29, 2023
1 parent 8cdb185 commit eb5d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fediseer_gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Optional, directory where playbooks live
directory: ./
# Optional, SSH private key
key: ${{secrets.SSH_PRIVATE_KEY}}
key: ${{secrets.SSH_CICD_PRIVKEY}}
# Optional, SSH known hosts file content
known_hosts: |
${{secrets.SSH_FEDISEER_IP}} ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDuk6apo8+3YzU6WQ7WYu4F/9Pf1Nc1w4QXTqLsIlTmd
Expand Down

0 comments on commit eb5d179

Please sign in to comment.