add drone config
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Elizabeth Hunt 2024-03-08 13:37:12 -07:00
parent 549028fe68
commit 25e04d95dd
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
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