diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a34f56..0bf8101 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ stages: # Define the 'deploy_website' job. deploy_website: - stage: deploy - + stage: deploy + tags: jmp-site-deploy # Only run this job when changes are pushed to the 'main' branch. only: - main