Fix failed deployment step
This commit is contained in:
parent
0a7c569c48
commit
c846e2ebaf
@ -80,13 +80,12 @@ jobs:
|
||||
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
|
||||
|
||||
|
||||
deploy:
|
||||
runs-on: host
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy update
|
||||
uses: appleboy/ssh-action@v1
|
||||
uses: appleboy/ssh-action@v1.2.0
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user