From fcac6989f838592af81994bd00183eb810f867dd Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 22 Jul 2025 12:26:37 -0600 Subject: [PATCH] Now deploys on main branch commit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70678d6..d72a652 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: - - main # publishes on main branch + - main # builds on commit to main branch # Job to deploy the built site using cloudron-surfer deploy_site: @@ -63,5 +63,5 @@ deploy_site: # Define when this job runs (e.g., only on the main branch after build) # Adjust 'only' or 'rules' as needed for your workflow only: - - publish # Example: Run only on the main branch + - main # publishes on commit to main branch