1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

CI/CD fixes.

This commit is contained in:
Koen 2023-06-26 16:33:07 +02:00
parent 6ca2983dda
commit 57eadcd52b

View file

@ -1,5 +1,5 @@
deployWebsite:
stage: deployWebsite
script:
- wrangler pages deploy website --project-name=fcast --branch=production
- wrangler pages deploy website --project-name=fcast --branch=main
when: manual