Skip to content

Commit 503498e

Browse files
committed
Trigger redeployment on server
1 parent 350ebf2 commit 503498e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ jobs:
4242
linux/amd64
4343
build-args: |
4444
ISSO_ADDRESS=https://comments.newpipe.net
45+
46+
- name: Trigger redeployment
47+
env:
48+
UPDATE_URL: ${{ secrets.UPDATE_URL }}
49+
UPDATE_TOKEN: ${{ secrets.UPDATE_TOKEN }}
50+
run: |
51+
curl "$UPDATE_URL" -H "Authorization: Bearer ${UPDATE_TOKEN}"

0 commit comments

Comments
 (0)