REadd deploy
This commit is contained in:
parent
46241207ec
commit
7d32146ce2
1 changed files with 8 additions and 0 deletions
|
@ -16,3 +16,11 @@ jobs:
|
|||
tags: |
|
||||
docker.atomaka.com/budget:latest
|
||||
docker.atomaka.com/budget:${{gitea.sha}}
|
||||
- name: Deploy to server
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
bash "/boot/config/plugins/user.scripts/scripts/deploy budget/script"
|
||||
|
|
Loading…
Reference in a new issue