Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ deploy_staging: - if: '$CI_COMMIT_REF_NAME == "main" && $CI_PIPELINE_SOURCE != "schedule"' - if: $CI_PIPELINE_SOURCE == 'merge_request_event' trigger: project: e/online-services/infra/web/web-easy-installer project: e/online-services/infra/web/eos-installer branch: main strategy: depend when: manual Loading @@ -59,7 +59,7 @@ deploy_production: rules: - if: '$CI_COMMIT_TAG' trigger: project: e/online-services/infra/web/web-easy-installer project: e/online-services/infra/web/eos-installer branch: main strategy: depend when: manual Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line services: eos-web-installer: image: registry.gitlab.e.foundation/e/devices/web-easy-installer:latest image: registry.gitlab.e.foundation/e/devices/eos-installer:latest build: context: app/ ports: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ deploy_staging: - if: '$CI_COMMIT_REF_NAME == "main" && $CI_PIPELINE_SOURCE != "schedule"' - if: $CI_PIPELINE_SOURCE == 'merge_request_event' trigger: project: e/online-services/infra/web/web-easy-installer project: e/online-services/infra/web/eos-installer branch: main strategy: depend when: manual Loading @@ -59,7 +59,7 @@ deploy_production: rules: - if: '$CI_COMMIT_TAG' trigger: project: e/online-services/infra/web/web-easy-installer project: e/online-services/infra/web/eos-installer branch: main strategy: depend when: manual Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line services: eos-web-installer: image: registry.gitlab.e.foundation/e/devices/web-easy-installer:latest image: registry.gitlab.e.foundation/e/devices/eos-installer:latest build: context: app/ ports: Loading