Skip to content

Commit

Permalink
Merge pull request #23 from Financial-Times/fix/circleCI-deploy
Browse files Browse the repository at this point in the history
Use specific image for when machine executor is used
  • Loading branch information
ivanruski authored May 3, 2022
2 parents d74dd82 + b75d2a6 commit ce8d82b
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 @@ -12,7 +12,7 @@ jobs:

deploy-master:
machine:
enable: true
image: ubuntu-2004:202010-01
working_directory: ~/ec2-powercycle
environment:
AWS_DEFAULT_REGION: eu-west-1
Expand All @@ -29,7 +29,7 @@ jobs:
deploy-releases:
machine:
enable: true
image: ubuntu-2004:202010-01
working_directory: ~/ec2-powercycle
environment:
AWS_DEFAULT_REGION: eu-west-1
Expand Down

0 comments on commit ce8d82b

Please sign in to comment.