Loading .gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -60,3 +60,17 @@ deploy:dev03: variables: DEPLOYMENT_BRANCH: $CI_COMMIT_BRANCH CONTAINER_NAME: dev03_nextcloud deploy:staging: extends: .deploy:theme when: manual only: - master - main - production environment: name: staging/01 url: https://eeo.one variables: DEPLOYMENT_BRANCH: $CI_COMMIT_BRANCH CONTAINER_NAME: nextcloud Loading
.gitlab-ci.yml +14 −0 Original line number Diff line number Diff line Loading @@ -60,3 +60,17 @@ deploy:dev03: variables: DEPLOYMENT_BRANCH: $CI_COMMIT_BRANCH CONTAINER_NAME: dev03_nextcloud deploy:staging: extends: .deploy:theme when: manual only: - master - main - production environment: name: staging/01 url: https://eeo.one variables: DEPLOYMENT_BRANCH: $CI_COMMIT_BRANCH CONTAINER_NAME: nextcloud