Skip to content

Commit

Permalink
feat: exclude deploy on prod with debug on
Browse files Browse the repository at this point in the history
  • Loading branch information
kutuzov13 authored Mar 14, 2024
1 parent 7a3e1a7 commit 0bd71b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ deploy.botsprod:
only:
# Note the bots-prod worker requires branch to be protected
- master
except:
variables:
- $DEBUG == "True"
when: manual
environment:
name: production
Expand Down

0 comments on commit 0bd71b2

Please sign in to comment.