Skip to content

Commit

Permalink
Added env credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeDestroyer committed Feb 15, 2015
1 parent dd7e9b8 commit f21c828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"angular": true,
"_": true,
"module": true,
"process": true,
"require": true,
"inject": true,
"expect": true,
Expand Down
6 changes: 2 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,8 @@ module.exports = function(grunt) {
// of the platforms specified above, include these options.
// See https://build.phonegap.com/
remote: {
// username: process.env['PGB_USERNAME'],
username: '',
// password: process.env['PGB_PASSWORD'],
password: '',
username: process.env.PGB_USERNAME,
password: process.env.PGB_PASSWORD,
platforms: []
// platforms: ['android', 'blackberry', 'ios', 'symbian', 'webos', 'wp7']
},
Expand Down

0 comments on commit f21c828

Please sign in to comment.