Skip to content

drag/drop geojson onto matrix viewer #93

drag/drop geojson onto matrix viewer

drag/drop geojson onto matrix viewer #93

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"'" }}'