Skip to content

Commit

Permalink
Remotely trigger demo deploy on new wanda image
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Feb 17, 2023
1 parent 701f0f2 commit 0076ce4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: MIX_ENV=${{ env.MIX_ENV }}
- name: Remotely trigger trento-web demo deployment
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: trento-project/web
event-type: demo-deploy

generate-docs:
name: Generate project documentation
Expand Down

0 comments on commit 0076ce4

Please sign in to comment.