the-abstraction-engine/.drone.yml
Elizabeth Hunt a27421434b
All checks were successful
continuous-integration/drone Build is passing
add environment to drone
2024-03-08 13:41:08 -07:00

18 lines
354 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: frontend
image: node
commands:
- npm install
- npm run build
- npx wrangler pages publish dist --project-name=the-abstraction-engine
environment:
CLOUDFLARE_API_TOKEN:
from_secret: CLOUDFLARE_API_TOKEN
CLOUDFLARE_ACCOUNT_ID:
from_secret: CLOUDFLARE_ACCOUNT_ID