Skip to content

Merge pull request #845 from serlo/dependabot/npm_and_yarn/sentry/typ… #293

Merge pull request #845 from serlo/dependabot/npm_and_yarn/sentry/typ…

Merge pull request #845 from serlo/dependabot/npm_and_yarn/sentry/typ… #293

Workflow file for this run

name: Deploy cloudflare worker via CI
on:
push:
branches:
- staging
- production
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- run: yarn deploy --env ${GITHUB_REF_NAME}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}