Skip to content

Commit

Permalink
#30 - Merged circleci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent 55ede07 commit ab12cbc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,17 @@ jobs:
- run: npm run deploy-sls
workflows:
version: 2
frontend-build-deploy:
application-build-deploy:
jobs:
- ui-build
- services-build
- ui-deploy:
requires:
- ui-build
filters:
branches:
only: master
backend-build-deploy:
jobs:
- services-build
- services-deploy:
filters:
branches:
only: master
only: master

0 comments on commit ab12cbc

Please sign in to comment.