Switch deployment to use watchtower #17
1 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,9 @@
|
|||
name: Deploy
|
||||
|
||||
on:
|
||||
tag:
|
||||
push:
|
||||
tags:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -17,10 +19,6 @@ jobs:
|
|||
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"
|
||||
run: |
|
||||
curl --oauth2-bearer ${{ secrets.WATCHTOWER_TOKEN }} \
|
||||
${{ secrets.WATCHTOWER_HOST }}/v1/update?images=docker.atomaka.com/budget
|
||||
|
|
Loading…
Reference in a new issue