diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:41:08 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:41:08 -0700 |
commit | a27421434b324e301fc39cddabf6ec5faee6c022 (patch) | |
tree | 2aaa1e8502f334bc285c4a3e8885af4dc5c9050f | |
parent | 25e04d95dd2ed68d31fcdb5488d7fa4f8eb46559 (diff) | |
download | the-abstraction-engine-a27421434b324e301fc39cddabf6ec5faee6c022.tar.gz the-abstraction-engine-a27421434b324e301fc39cddabf6ec5faee6c022.zip |
add environment to drone
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,3 +10,8 @@ steps: - npm install - npm run build - npx wrangler pages publish dist --project-name=the-abstraction-engine + environment: + CLOUDFLARE_API_TOKEN: + from_secret: CLOUDFLARE_API_TOKEN + CLOUDFLARE_ACCOUNT_ID: + from_secret: CLOUDFLARE_ACCOUNT_ID |