Skip to content

Changes to bg-gray-900 abd bg-gray-800 #48

Changes to bg-gray-900 abd bg-gray-800

Changes to bg-gray-900 abd bg-gray-800 #48

Workflow file for this run

# name: WORKERS - Production Deployment
# on:
# push:
# branches: [main]
# workflow_dispatch:
# jobs:
# deploy:
# name: Deploy
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version-file: '.nvmrc'
# cache: 'yarn'
# - name: Install dependencies 🧳
# run: yarn install
# - name: Check Lint 💅🏻
# run: yarn lint && yarn typecheck
# - name: Deploy 🚀
# run: |
# yarn global add wrangler
# yarn api:deploy
# env:
# CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
# CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}