Compare commits

...

2 Commits

Author SHA1 Message Date
25e04d95dd
add drone config
Some checks failed
continuous-integration/drone Build is failing
2024-03-08 13:37:12 -07:00
549028fe68
compress audio 2024-03-08 12:57:24 -07:00
6 changed files with 12 additions and 0 deletions

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

Binary file not shown.

Binary file not shown.

Binary file not shown.