Skip to content

Commit

Permalink
#000 | Update circleci config image
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Mar 18, 2024
1 parent 4126a54 commit 1112619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

STAGING_deploy:
docker:
- image: cimg/deploy:2023.09
- image: cimg/deploy:2024.03
environment:
ANSIBLE_HOST_KEY_CHECKING: no
working_directory: ~/
Expand All @@ -197,7 +197,7 @@ jobs:

PRODUCTION_deploy:
docker:
- image: cimg/deploy:2023.09
- image: cimg/deploy:2024.03
working_directory: ~/
steps:
- deploy:
Expand Down

0 comments on commit 1112619

Please sign in to comment.