From 1139775e7cccbf6455cc634a876e6c6e8c778ac9 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Mon, 10 Jun 2024 12:46:48 +0300 Subject: [PATCH] nginx --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0e670a..fdf5cdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,7 @@ build: - .deploy script: - docker build -t mathwave/sprint-repo:platform . - - docker build -t mathwave/sprint-repo:platform-nginx nginx - docker push mathwave/sprint-repo:platform - - docker push mathwave/sprint-repo:platform-nginx deploy-dev: extends: