Skip to content

Merge pull request #35 from nitoclub/release-please--branches--main--… #6

Merge pull request #35 from nitoclub/release-please--branches--main--…

Merge pull request #35 from nitoclub/release-please--branches--main--… #6

Workflow file for this run

name: 'Production'
on:
push:
tags:
- "v*"
workflow_dispatch:
concurrency:
group: production-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: ./.github/workflows/wc-deploy-cloudflare-pages.yml
with:
branch: 'main'
gh-app-id: ${{ vars.BOT_APP_ID }}
pr-comment-enabled: false
secrets:
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
gh-app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}