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

feat: new stable deploys

parent efbdf0e8
No related branches found
No related tags found
No related merge requests found
Pipeline #1281 canceled
......@@ -88,6 +88,16 @@ deploy-cloudfare-stable:
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch stable
dependencies:
- build-wasm
only:
- stable
deploy-cloudfare-prod:
stage: deploy
script:
- cd examples/web/dist
- npm_config_yes=true npx wrangler pages publish . --project-name=boytacean --branch prod
dependencies:
- build-wasm
only:
- tags
......
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