Browse Source

👷 Add docker build for dev environment

pull/4/head
anthony 5 years ago
parent
commit
67d013ed13
  1. 20
      .circleci/config.yml

20
.circleci/config.yml

@ -156,10 +156,22 @@ workflows:
- test - test
- test-e2e - test-e2e
- lint - lint
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
- docker-build:
tags: "dev $CIRCLE_BUILD_NUM-dev"
requires:
- test
- test-e2e
- lint
filters:
branches:
only:
- develop
- deploy-heroku: - deploy-heroku:
requires: requires:
- test - test

Loading…
Cancel
Save