Skip to content

Commit

Permalink
Update build-push.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <[email protected]>
  • Loading branch information
Octol1ttle authored Oct 28, 2024
1 parent 8a42ecd commit b7ae003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:

on:
push:
branches: [ "master" ]
branches: [ "master", "deploy-test" ]

jobs:
upload-image:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Generate SSH known hosts file
run: |
ssh-keyscan -H $SSH_HOST -p $SSH_PORT > ~/.ssh/known_hosts
ssh-keyscan -H -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts
shell: bash
env:
SSH_HOST: ${{secrets.SSH_HOST}}
Expand Down

0 comments on commit b7ae003

Please sign in to comment.