the-abstraction-engine/.drone.yml
Elizabeth Hunt 25e04d95dd
Some checks failed
continuous-integration/drone Build is failing
add drone config
2024-03-08 13:37:12 -07:00

13 lines
205 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