Skip to content

Commit

Permalink
Merge pull request #38 from CallyCo-io/ci/deploy-hook
Browse files Browse the repository at this point in the history
ci: Deploy Pages on Release
  • Loading branch information
techman83 authored Dec 1, 2024
2 parents f445eb5 + 6404d20 commit 099c952
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-cally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,12 @@ jobs:
uses: ./.github/workflows/build-tool-cache.yaml
with:
version: ${{ needs.build-artifact.outputs.version }}

trigger-pages-deploy:
runs-on: ubuntu-latest
needs:
- build-artifact
- generate-pypi-release
steps:
- name: Trigger Pages Deployment
run: curl -s -X POST "${{ secrets.CLOUDFLARE_DEPLOY_HOOK }}" > /dev/null 2>&1

0 comments on commit 099c952

Please sign in to comment.