Skip to content

chore: remove deploy to cloudflare pages for now #3

chore: remove deploy to cloudflare pages for now

chore: remove deploy to cloudflare pages for now #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
deploy:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: 🚀 Deploy 🚀
run: make deploy
env:
API_HOST: ${{ secrets.API_HOST }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}