Building images action uses a secret to authenticate webhook server
This commit is contained in:
@@ -60,4 +60,4 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger the webhook on the deployment server to start pulling the images
|
- name: Trigger the webhook on the deployment server to start pulling the images
|
||||||
run: curl "https://webhook.vmn.su/hooks/pull-audio-splitter"
|
run: curl "https://webhook.vmn.su/hooks/deploy-audio-splitter?token=${{ secrets.CD_WEBHOOK_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user