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

feat: support for direct publishing to production

This allows automated CI/CD for production deployments.
Major development effort :muscle:.
parent 2f7de414
No related branches found
No related tags found
No related merge requests found
Pipeline #2423 passed
...@@ -117,6 +117,7 @@ deploy-cloudfare-prod: ...@@ -117,6 +117,7 @@ deploy-cloudfare-prod:
- cd frontends/web/dist - cd frontends/web/dist
- 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
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