From 1f20965382a4975c2267c9f643291850ce4aeac3 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 3 Mar 2022 00:27:39 +0300 Subject: [PATCH] infra --- .gitlab-ci.yml | 8 ++++++++ templates/account.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20792a9..5575a98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,14 @@ build: # - docker-compose up -d # - docker-compose -f docker-compose-infra.yaml up -d - docker stack deploy -c ./docker-compose-deploy.yaml sprint + - docker service update --force sprint_migrations + - docker service update --force sprint_storage + - docker service update --force print_apply-languages + - docker service update --force sprint_web + - docker service update --force sprint_worker + - docker sertive update --force sprint_bot + - docker service update --force sprint_loop + - docker service update --force sprint_notify-admin deploy-dev: extends: diff --git a/templates/account.html b/templates/account.html index e058746..e4fc642 100644 --- a/templates/account.html +++ b/templates/account.html @@ -40,7 +40,7 @@ {% endif %} {% if user.is_superuser and owner %} - Админ + Админка {% endif %}