diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:50:22 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-08 13:50:22 -0700 |
commit | 82f2c3946695bee1c1db389761fd4968b88c61fa (patch) | |
tree | 850a71fcf032ac16f8dc110d768c1f07a20ff00a /.drone.yml | |
parent | a27421434b324e301fc39cddabf6ec5faee6c022 (diff) | |
download | the-abstraction-engine-82f2c3946695bee1c1db389761fd4968b88c61fa.tar.gz the-abstraction-engine-82f2c3946695bee1c1db389761fd4968b88c61fa.zip |
fix link
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ steps: commands: - npm install - npm run build - - npx wrangler pages publish dist --project-name=the-abstraction-engine + - npx wrangler pages deploy dist --project-name=the-abstraction-engine environment: CLOUDFLARE_API_TOKEN: from_secret: CLOUDFLARE_API_TOKEN |