diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:37:12 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:37:12 -0700 |
| commit | 25e04d95dd2ed68d31fcdb5488d7fa4f8eb46559 (patch) | |
| tree | 45f9d1e8eeb852cb82f4c1a853c265bea862974e | |
| parent | 549028fe6897cc21e32f654110dd06b6bb35b9f4 (diff) | |
| download | the-abstraction-engine-25e04d95dd2ed68d31fcdb5488d7fa4f8eb46559.tar.gz the-abstraction-engine-25e04d95dd2ed68d31fcdb5488d7fa4f8eb46559.zip | |
add drone config
| -rw-r--r-- | .drone.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5c32d80 --- /dev/null +++ b/.drone.yml @@ -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 |
