Test
All checks were successful
Build and push container image / build (push) Successful in 38s

This commit is contained in:
toast 2023-10-20 10:19:10 +11:00
parent afbd469030
commit 5cc8feec54

View File

@ -12,6 +12,7 @@ jobs:
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
key: ${{ secrets.SSH_PRVKEY }} key: ${{ secrets.SSH_PRVKEY }}
port: ${{ secrets.SSH_PORT }} port: ${{ secrets.SSH_PORT }}
script: | script: |