Skip to content

chore: deploy refactored app #28

chore: deploy refactored app

chore: deploy refactored app #28

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@v4
with:
node-version-file: '.node-version'
- name: 🔨 Install Dependencies 🔨
run: sudo apt-get update && sudo apt-get install make
# - 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 }}