diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 405ef2c..70678d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ build_site: # Define when this job runs (e.g., only on the main branch) # Adjust 'only' or 'rules' as needed for your workflow only: - - publish # Example: Run only on the main branch + - main # publishes on main branch # Job to deploy the built site using cloudron-surfer deploy_site: