Temporally Removes Dispatcher Until Deployment Ready

This commit is contained in:
2024-02-25 05:18:59 -03:00
parent f377fe6363
commit 4f39c3690c

View File

@@ -29,14 +29,14 @@ jobs:
push: true
tags: yoshiunfriendly/message-hideyoshi.com:latest
run-dispatcher:
needs: docker
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Runs Infra-Hideyoshi.com Deployment Dispatcher
run: |
curl -X POST https://api.github.com/repos/HideyoshiSolutions/infra-hideyoshi.com/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACTIONS_KEY }} \
--data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "message-deployment" }}'
# run-dispatcher:
# needs: docker
# runs-on: ubuntu-latest
# steps:
# # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# - name: Runs Infra-Hideyoshi.com Deployment Dispatcher
# run: |
# curl -X POST https://api.github.com/repos/HideyoshiSolutions/infra-hideyoshi.com/dispatches \
# -H 'Accept: application/vnd.github.everest-preview+json' \
# -u ${{ secrets.ACTIONS_KEY }} \
# --data '{"event_type": "refresh-deployments", "client_payload": { "deployments": "message-deployment" }}'