Skip to content

Merge pull request #11 from adobe/method-first #1

Merge pull request #11 from adobe/method-first

Merge pull request #11 from adobe/method-first #1

Workflow file for this run

on:
push:
branches:
- stage
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}