Skip to content

chore(deps): bump the all-updates group across 1 directory with 5 updates #286

chore(deps): bump the all-updates group across 1 directory with 5 updates

chore(deps): bump the all-updates group across 1 directory with 5 updates #286

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 }}