summaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 5c32d806c78a50e8429af0852dd866c809b217d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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