Fix failed deployment step
All checks were successful
Build and push Docker image / build (push) Successful in 2m48s
Build and push Docker image / deploy (push) Successful in 42s

This commit is contained in:
toast 2024-12-07 16:01:20 +11:00
parent 0a7c569c48
commit c846e2ebaf

View File

@ -80,13 +80,12 @@ jobs:
cache-from: type=registry,ref=git.toast-server.net/toast/kon:cache cache-from: type=registry,ref=git.toast-server.net/toast/kon:cache
cache-to: type=registry,ref=git.toast-server.net/toast/kon:cache,mode=max,image-manifest=true,oci-mediatypes=true cache-to: type=registry,ref=git.toast-server.net/toast/kon:cache,mode=max,image-manifest=true,oci-mediatypes=true
deploy: deploy:
runs-on: host runs-on: host
needs: build needs: build
steps: steps:
- name: Deploy update - name: Deploy update
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1.2.0
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}