Skip to content

chore(deps): update cimg/ruby docker tag to v3.3.6 (#2837) #933

chore(deps): update cimg/ruby docker tag to v3.3.6 (#2837)

chore(deps): update cimg/ruby docker tag to v3.3.6 (#2837) #933

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/wrangler-action@v3.12.0
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/wrangler-action@v3.12.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: 'workers.dev/preston'
command: deploy