summaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 3fe7604cc507287a67af1cd63fa322d3c093ccb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
kind: pipeline
type: docker
name: default

steps:
- name: frontend
  image: node
  commands:
  - npm install
  - npm run build
  - npx wrangler pages deploy dist --project-name=the-abstraction-engine
  environment:
    CLOUDFLARE_API_TOKEN:
      from_secret: CLOUDFLARE_API_TOKEN
    CLOUDFLARE_ACCOUNT_ID:
      from_secret: CLOUDFLARE_ACCOUNT_ID