Config deployement auto
Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
@@ -35,3 +35,9 @@ jobs:
|
||||
tags: |
|
||||
git.goutailler-olivier.com/${{ steps.repo.outputs.name }}:${{ gitea.ref_name }}
|
||||
git.goutailler-olivier.com/${{ steps.repo.outputs.name }}:latest
|
||||
|
||||
- name: Trigger production deployment
|
||||
run: |
|
||||
curl -sf -X POST \
|
||||
-H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \
|
||||
https://watchtower.goutailler-olivier.com/v1/update
|
||||
|
||||
Reference in New Issue
Block a user