Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am9zZWY authored Dec 16, 2024
1 parent 66f92c5 commit 92728bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD
on:
push:
branches:
- main
- master
jobs:
main:
name: Update Pizza repository and build Docker image on trinity after push to master
Expand All @@ -14,6 +14,7 @@ jobs:
host: trinity.fsi.uni-tuebingen.de
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
# stored in secrets because it's easier to change this instead of updating this script
# i.e. when switching from RSA host key to ED25519
fingerprint: ${{ secrets.SSH_FINGERPRINT }}
Expand Down

0 comments on commit 92728bd

Please sign in to comment.