Skip to content

work on replay for mobile #10

work on replay for mobile

work on replay for mobile #10

name: Trigger Wesley Arcade Deploy
on:
push:
branches:
- main
jobs:
trigger-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger WesleyArcadeSite deployment
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.DEPLOY_TOKEN }}" \
https://api.github.com/repos/TomWesley/WesleyArcadeSite/dispatches \
-d '{"event_type":"deploy"}'