Skip to content

Commit

Permalink
Trigger redeployment on server
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed May 17, 2024
1 parent 350ebf2 commit 503498e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ jobs:
linux/amd64
build-args: |
ISSO_ADDRESS=https://comments.newpipe.net
- name: Trigger redeployment
env:
UPDATE_URL: ${{ secrets.UPDATE_URL }}
UPDATE_TOKEN: ${{ secrets.UPDATE_TOKEN }}
run: |
curl "$UPDATE_URL" -H "Authorization: Bearer ${UPDATE_TOKEN}"

0 comments on commit 503498e

Please sign in to comment.