Skip to content

Commit

Permalink
Fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
beverly-hills-money-gangster committed Jun 20, 2024
1 parent 2df0b66 commit 8a7d4a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,18 @@ workflows:
branches:
ignore: /.*/
- update-prod-configs:
filters:
tags:
only: /^(\d+)\.(\d+)\.(\d+)$/
branches:
ignore: /.*/
requires:
- build-and-publish-docker
- update-prod-docker-compose:
filters:
tags:
only: /^(\d+)\.(\d+)\.(\d+)$/
branches:
ignore: /.*/
requires:
- update-prod-configs

0 comments on commit 8a7d4a7

Please sign in to comment.