Skip to content

Refine roadmap planning docs #279

Refine roadmap planning docs

Refine roadmap planning docs #279

name: Build and Deploy
permissions:
contents: read
pull-requests: write
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
push:
branches:
- master
concurrency:
group: build-and-deploy-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: Perdolique/automations/.github/workflows/deploy.yml@v2
with:
test-typecheck-command: test:typecheck
lint-markdown-command: lint:markdown
lint-oxlint-command: lint:oxlint
test-unit-command: test:unit:ci
deploy-to-staging-command: deploy:versions:staging
deploy-to-production-command: deploy:production
secrets:
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}