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
Branches
Tags
No related merge requests found
Pipeline #2423 passed
......@@ -117,6 +117,7 @@ deploy-cloudfare-prod:
- 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
dependencies:
- build-wasm
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment