Merge pull request #2762 from slurpcode/renovate/eslint-monorepo #870
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
magic: | |
if: github.repository == 'slurpcode/slurp' | |
runs-on: ubuntu-latest | |
name: Magic | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Deploy | |
uses: cloudflare/[email protected] | |
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@v4 | |
- name: Deploy | |
uses: cloudflare/[email protected] | |
with: | |
apiToken: ${{ secrets.CF_API_TOKEN }} | |
workingDirectory: 'workers.dev/preston' | |
command: deploy |