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 adc1e8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@ deploy.botsprod:
only:
# Note the bots-prod worker requires branch to be protected
- master
except:
variables:
- $DEBUG
when: manual
environment:
name: production
Expand Down

0 comments on commit adc1e8f

Please sign in to comment.