the-abstraction-engine/.drone.yml

13 lines
205 B
YAML
Raw Normal View History

2024-03-08 15:37:12 -05:00
---
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