Skip to content

build(deps-dev): bump eslint from 10.0.2 to 10.0.3 (#3381) #1420

build(deps-dev): bump eslint from 10.0.2 to 10.0.3 (#3381)

build(deps-dev): bump eslint from 10.0.2 to 10.0.3 (#3381) #1420

name: Deploy
on:
push:
branches:
- main
jobs:
magic:
if: github.repository == 'slurpcode/slurp'
runs-on: ubuntu-latest
name: Magic
steps:
- uses: actions/checkout@v6
- name: Deploy
uses: cloudflare/wrangler-action@v3.14.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'workers.dev/magic'
command: deploy
preston:
if: github.repository == 'slurpcode/slurp'
runs-on: ubuntu-latest
name: Preston
steps:
- uses: actions/checkout@v6
- name: Deploy
uses: cloudflare/wrangler-action@v3.14.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'workers.dev/preston'
command: deploy