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-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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user