Merge pull request #77 from HideyoshiSolutions/devel
Devel - Fixes Deployment Dispatcher
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Runs Infra-Hideyoshi.com Deployment Dispatcher
|
- name: Runs Infra-Hideyoshi.com Deployment Dispatcher
|
||||||
run: |
|
run: |
|
||||||
curl -X POST https://api.github.com/repos/HideyoshiNakazone/infra-hideyoshi.com/dispatches \
|
curl -X POST https://api.github.com/repos/HideyoshiSolutions/infra-hideyoshi.com/dispatches \
|
||||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||||
-u ${{ secrets.ACTIONS_KEY }} \
|
-u ${{ secrets.ACTIONS_KEY }} \
|
||||||
--data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "frontend-deployment" }}'
|
--data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "frontend-deployment" }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user