Skip to content

Commit

Permalink
Add GitHub action to trigger webapp deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 25, 2024
1 parent ffc6501 commit 985e614
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: trigger webapp deployment
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Dispatch event to trigger webapp deployment
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_SECRET }}
repository: Citizen-Knowledge-Graph/foerderfunke-webapp
event-type: external-webapp-deployment-trigger

0 comments on commit 985e614

Please sign in to comment.