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

feat: initial support for cloudfare

parent c697223e
No related branches found
No related tags found
No related merge requests found
Pipeline #746 failed
......@@ -60,3 +60,11 @@ deploy-netlify-prod:
- npm_config_yes=true npx --package=netlify-cli netlify deploy --dir=. --prod
only:
- tags
deploy-cloudfare-preview:
stage: deploy
script:
- cd examples/web/dist
- npm_config_yes=true npx wrangler pages publish . --project-name=chip-ahoyto
only:
- master
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