mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
8 lines
No EOL
147 B
YAML
8 lines
No EOL
147 B
YAML
stages:
|
|
- deployWebsite
|
|
|
|
deployWebsite:
|
|
stage: deployWebsite
|
|
script:
|
|
- wrangler pages publish website --project-name=fcast
|
|
when: manual |