diff --git a/website/.gitlab-ci.yml b/website/.gitlab-ci.yml index 653b4df..1f2d2fa 100644 --- a/website/.gitlab-ci.yml +++ b/website/.gitlab-ci.yml @@ -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 \ No newline at end of file