This commit is contained in:
parent
cfdd685c6f
commit
cc2412ef86
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
docker.atomaka.com/budget:latest
|
docker.atomaka.com/budget:latest
|
||||||
docker.atomaka.com/budget:${{gitea.sha}}
|
docker.atomaka.com/budget:${{gitea.sha}}
|
||||||
|
- name: Deploy to server
|
||||||
|
run: |
|
||||||
|
curl --oauth2-bearer ${{ secrets.WATCHTOWER_TOKEN }} \
|
||||||
|
${{ secrets.WATCHTOWER_HOST }}/v1/update?images=docker.atomaka.com/budget
|
||||||
|
|
Loading…
Reference in a new issue