Skip to content

Instantly share code, notes, and snippets.

@masterix21
Last active April 29, 2021 13:15
Show Gist options
  • Save masterix21/96d2d330715a6d9087c5814cb80147b4 to your computer and use it in GitHub Desktop.
Save masterix21/96d2d330715a6d9087c5814cb80147b4 to your computer and use it in GitHub Desktop.
Deploy on forge when a release is published on GitHub
name: Deploy Release
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Webhook Trigger
uses: zzzze/webhook-trigger@v1.0.0
with:
webhook_url: ${{ secrets.FORGE_DEPLOY_TRIGGER_URL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment