Commit 6e56ecf5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add the develop branch to CI deployments

parent 3a2067d9
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ before_script:
.changes: &only-changes
  only: &change-files
    changes:
    - .gitlab-ci.yml
    - Dockerfile
    - data/*
    - plugins/*
@@ -61,7 +62,9 @@ build:nginx:

.push-tags: &push-tags
  stage: deploy
  only: [ master, schedules ]
  only:
    << : *change-files
    refs: [ master, develop, schedules ]
  script: |
    BUILD_REPO=${CI_REGISTRY_IMAGE}/${CI_JOB_NAME##*:}/build:${CI_PIPELINE_ID}
    DEPLOY_REPO=${CI_REGISTRY_IMAGE}/${CI_JOB_NAME##*:}