From ea27759d2f8e6f7e35de3511c54835252d3ff6c0 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Mon, 22 Apr 2024 23:21:51 +0300 Subject: [PATCH] main --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b979777..3affa89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ deploy-dev: tags: - dev rules: - - if: '$CI_COMMIT_BRANCH == "master"' + - if: '$CI_COMMIT_BRANCH == "main"' when: on_success - when: manual script: @@ -37,7 +37,7 @@ deploy-prod: tags: - prod only: - - master + - main when: manual script: - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml roulette-bot