REadd deploy

This commit is contained in:
Andrew Tomaka 2024-07-05 00:04:05 -04:00
parent 46241207ec
commit 7d32146ce2
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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"