Skip to content

Merge pull request #346 from simwrapper/plotly-facets #81

Merge pull request #346 from simwrapper/plotly-facets

Merge pull request #346 from simwrapper/plotly-facets #81

name: Remote Deploy Staging to GitHub Pages
on:
push:
branches:
- staging
repository_dispatch:
jobs:
notify-staging:
runs-on: ubuntu-latest
steps:
- name: PING staging
if: github.event.action != 'pong'
run: |
curl -X POST https://api.github.com/repos/simwrapper/staging/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.BUILD_STAGING }} \
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'