Skip to content

refactor(nextjs): replace mono-repo with nextjs approach #6

refactor(nextjs): replace mono-repo with nextjs approach

refactor(nextjs): replace mono-repo with nextjs approach #6

Workflow file for this run

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