Skip to content
Snippets Groups Projects
Verified Commit 44f07229 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: backed wrangler off

parent f4432b55
No related branches found
No related tags found
No related merge requests found
Pipeline #2730 passed
......@@ -94,7 +94,7 @@ deploy-cloudfare-master:
script:
- cd frontends/web/dist
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch master
- npm_config_yes=true npx wrangler@^2 pages publish . --project-name=boytacean --branch master
dependencies:
- build-wasm
only:
......@@ -105,7 +105,7 @@ deploy-cloudfare-stable:
script:
- cd frontends/web/dist
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch stable
- npm_config_yes=true npx wrangler@^2 pages publish . --project-name=boytacean --branch stable
dependencies:
- build-wasm
only:
......@@ -116,9 +116,9 @@ deploy-cloudfare-prod:
script:
- cd frontends/web/dist
- cp -rp ../static/* .
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch prod
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch production
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch main
- npm_config_yes=true npx wrangler@^2 pages publish . --project-name=boytacean --branch prod
- npm_config_yes=true npx wrangler@^2 pages publish . --project-name=boytacean --branch production
- npm_config_yes=true npx wrangler@^2 pages publish . --project-name=boytacean --branch main
dependencies:
- build-wasm
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment