Skip to content

Commit

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

0 comments on commit 55ede07

Please sign in to comment.