diff options
-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 |