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

fix: issue with main master deployment

parent 5a9aeb6b
No related branches found
No related tags found
No related merge requests found
Pipeline #2430 passed
...@@ -118,6 +118,7 @@ deploy-cloudfare-prod: ...@@ -118,6 +118,7 @@ deploy-cloudfare-prod:
- cp -rp ../static/* . - 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 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 production
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch main
dependencies: dependencies:
- build-wasm - build-wasm
only: 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