Skip to content

release_created

release_created #1

Workflow file for this run

name: Deploy to Glitch
on:
repository_dispatch:
types: [release_created]
jobs:
GlitchDeploy:
runs-on: ubuntu-latest
steps:
- name: Sync to Glitch Project
uses: wei/git-sync@v3
with:
source_repo: https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
source_branch: ${{ github.ref }}
destination_repo: ${{ secrets.GLITCH_GIT_URL }}
destination_branch: master