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

Deploy to production.

This commit is contained in:
Koen 2023-06-26 16:03:12 +02:00
parent 3305cdb7a9
commit 6ca2983dda

View file

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