Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
CircleCi v2 deploy adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed May 1, 2018
1 parent f53bcd9 commit d3fcc4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ workflows:
# Build for all branches other than gh-pages and for all tags
- build:
filters:
branches:
ignore: gh-pages
tags:
only: /.*/
branches:
ignore: gh-pages
# Deploy for tags marked by a version number only on master branch
- deploy:
requires:
- build
filters:
branches:
only: master
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
only: master
2 changes: 1 addition & 1 deletion demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"angular-cli": {},
"scripts": {
"build": "ng build --dev",
"build:prod": "ng build --prod --aot --no-progress",
"build:prod": "ng build --prod --aot",
"clean": "rimraf -- dist typings node_modules",
"lint": "tslint \"src/**/*.ts\"",
"ng": "ng",
Expand Down

0 comments on commit d3fcc4a

Please sign in to comment.