Update gitlab-ci.yml

This commit is contained in:
2025-06-11 00:33:49 +02:00
parent 6ad6158e3b
commit 98ad3ec030

View File

@@ -12,7 +12,8 @@ stages:
# Define the 'deploy_website' job. # Define the 'deploy_website' job.
deploy_website: deploy_website:
stage: deploy stage: deploy
tags: jmp-site-deploy tags:
- jmp-site
# Only run this job when changes are pushed to the 'main' branch. # Only run this job when changes are pushed to the 'main' branch.
only: only:
- main - main