Skip to content

Commit

Permalink
New-new setup for circle tag targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanshoover committed Mar 20, 2019
1 parent 56f65e3 commit d8f7d02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- store_test_results:
path: tests/_output

build_deploy:
deploy:
docker:
- image: circleci/php:7-fpm-node

Expand Down Expand Up @@ -124,10 +124,12 @@ jobs:
workflows:
version: 2
test-deploy:
test:
jobs:
- test
- build_deploy:
deploy:
jobs:
- deploy:
context: wordpress-svn
requires:
- test
Expand Down

0 comments on commit d8f7d02

Please sign in to comment.