Merge pull request #5 from HideyoshiSolutions/removes-dispatcher

Temporally Removes Dispatcher Until Deployment Ready
This commit is contained in:
2024-02-25 05:19:22 -03:00
committed by GitHub

View File

@@ -29,14 +29,14 @@ jobs:
push: true push: true
tags: yoshiunfriendly/message-hideyoshi.com:latest tags: yoshiunfriendly/message-hideyoshi.com:latest
run-dispatcher: # run-dispatcher:
needs: docker # needs: docker
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
# 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/HideyoshiSolutions/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": "message-deployment" }}' # --data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "message-deployment" }}'