Skip to content

Commit

Permalink
adding CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Nov 25, 2017
1 parent 5b5d8d4 commit f442248
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ jobs:
name: Build
# shell js shouldn't be necessary, but it is. yay ionic
command: npm install shelljs && ionic cordova build browser

- run:
name: Deploy
command: npm run deploy
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="2.22.0"></a>
# 2.22.0 (2017-11-26)
### Features

* **Deploy**: Add continuous deployment to github pages ([](https://github.com/lathonez/clicker/commit/))

<a name="2.21.0"></a>
# 2.21.0 (2017-11-25)
### Features
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Ionic 2 Demo / Seed Project : Karma + Protractor + CircleCi
## Ionic 2 Demo / Seed Project : Karma + Protractor + CircleCi + GhPages
[![CircleCI](https://circleci.com/gh/lathonez/clicker.svg?style=shield)](https://circleci.com/gh/lathonez/clicker) [![Build status](https://ci.appveyor.com/api/projects/status/github/lathonez/clicker?svg=true)](https://ci.appveyor.com/project/lathonez/clicker) [![codecov.io](https://codecov.io/github/lathonez/clicker/coverage.svg?branch=master)](https://codecov.io/github/lathonez/clicker?branch=master) [![Code Climate](https://codeclimate.com/github/lathonez/clicker/badges/gpa.svg)](https://codeclimate.com/github/lathonez/clicker) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Dependency Status](https://david-dm.org/lathonez/clicker/status.svg)](https://david-dm.org/lathonez/clicker) [![devDependency Status](https://david-dm.org/lathonez/clicker/dev-status.svg)](https://david-dm.org/lathonez/clicker#info=devDependencies)

[Click here for the live demo](http://lathonez.com/clicker)

<p align="center">
<img src="http://lathonez.github.io/images/ionic2_unit_testing/clicker.gif" alt=""/>
</p>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"deploy": "ngh --dir www",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
Expand All @@ -16,7 +17,7 @@
"test-coverage": "ng test --code-coverage",
"test-ci": "ng test --watch=false --code-coverage"
},
"version": "2.21.0",
"version": "2.22.0",
"dependencies": {
"@angular/common": "5.0.1",
"@angular/compiler": "5.0.1",
Expand All @@ -31,6 +32,7 @@
"@ionic-native/splash-screen": "4.4.0",
"@ionic-native/status-bar": "4.4.0",
"@ionic/storage": "2.1.3",
"angular-cli-ghpages": "0.5.1",
"cordova-android": "6.4.0",
"cordova-browser": "5.0.1",
"cordova-ios": "4.5.4",
Expand Down Expand Up @@ -91,4 +93,4 @@
"ionic-plugin-keyboard": {}
}
}
}
}

0 comments on commit f442248

Please sign in to comment.