diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b17cc498af3bd0aaf4f1ebf46f6fcd1cbc253e9..b3841e20ae11c73c707dec881b84f6825a43e1db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ system-tests: CI_COMMIT_BRANCH="$CI_COMMIT_BRANCH" \ ./ci-tools/update-grid-servers "${PRIVATESTORAGEIO_SSH_DEPLOY_KEY_PATH}" "${CI_ENVIRONMENT_NAME}" -# Update the staging deployment - only on a commit to the staging branch. +# Update the staging deployment - only on a commit to the develop branch. update-staging: <<: *UPDATE_GRID # https://docs.gitlab.com/ee/ci/yaml/#rules @@ -90,7 +90,7 @@ update-staging: # https://docs.gitlab.com/ee/ci/yaml/index.html#rulesif # https://docs.gitlab.com/ee/ci/jobs/job_control.html#cicd-variable-expressions # https://docs.gitlab.com/ee/ci/variables/predefined_variables.html - if: '$CI_COMMIT_BRANCH == "staging"' + if: '$CI_COMMIT_BRANCH == "develop"' environment: # You can find some status information about environments in GitLab at # https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/environments.