Browse Source

💚 config.yml

main
LecomteAdrien 5 years ago
parent
commit
a38249a334
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -6,7 +6,7 @@ workflows:
- back-deploy-heroku: - back-deploy-heroku:
requires: requires:
- build - build
jobs: # A basic unit of work in a run
jobs: # A basic unit of work in a run..
build: # runs not using Workflows must have a `build` job as entry point build: # runs not using Workflows must have a `build` job as entry point
docker: # run the steps with Docker docker: # run the steps with Docker
# CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/

Loading…
Cancel
Save