diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index afc2425..eb846ec 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,3 +28,12 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm test + deploy: + runs-on: ubuntu-latest + steps: + - name: Deploy + - run: | + curl -X POST https://api.github.com/repos/TobenderZephyr/dsabot-docker/dispatches \ + -H 'Accept: application/vnd.github.everest-preview+json' \ + -u ${{ secrets.ACCESS_TOKEN }} \ + --data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'