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 committed Mar 14, 2024
1 parent 0bb3a60 commit af1f1f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {% if from_ccsteam %}.gitlab-ci.yml{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ deploy.botsprod:
only:
# Note the bots-prod worker requires branch to be protected
- master
except:
variables:
- $DEBUG =~ /^(?i)true$/
- $DEBUG == "1"
when: manual
environment:
name: production
Expand Down

0 comments on commit af1f1f4

Please sign in to comment.