diff --git a/website/.gitlab-ci.yml b/website/.gitlab-ci.yml index 1f2d2fa..5226eb8 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 --branch=production + - wrangler pages deploy website --project-name=fcast --branch=main when: manual \ No newline at end of file