1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Upgrading circleci machine

This commit is contained in:
2022-03-23 17:43:49 +00:00
parent a3724914aa
commit f9095d8c99

View File

@@ -20,7 +20,9 @@ jobs:
# https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci1/continuous-deployment-with-heroku.md # https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci1/continuous-deployment-with-heroku.md
deploy: deploy:
machine: true machine:
image: ubuntu-2004:current
docker_layer_caching: true
steps: steps:
- checkout - checkout
- run: | - run: |