Skip to content

akshuly affectedRows is pretty ez #61

akshuly affectedRows is pretty ez

akshuly affectedRows is pretty ez #61

name: πŸ‘·β€β™€οΈ Deploy Workers
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
name: πŸ‘·β€β™€οΈ Deploy Workers
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: πŸ“₯ Prepare dependencies
uses: ./.github/actions/prepare
- name: πŸš€ Publish
if: github.ref_name == 'main'
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
run: |
set -xe
cd workers
which wrangler
wrangler deploy --define isInNodejs:false