From 92728bd906073191025598069385c656c16b20f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=BCller?= <46693545+am9zZWY@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:56:06 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 920b46b..53744d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 }}