Skip to content

Commit

Permalink
Merge pull request #70 from seomoz/ankan/ROGER-991-skip-gitpull-2
Browse files Browse the repository at this point in the history
Providing app_name to push.
  • Loading branch information
ankanm committed May 18, 2016
2 parents 9eb5068 + 2fb0d82 commit d4bf1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/roger_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def deployApp(self, settingObject, appObject, frameworkUtilsObject, gitObj, hook
args.image_name = image_name
args.config_file = config_file
args.env = environment
args.app_name = app
self.rogerPushObject.main(settingObj, appObj, frameworkUtils,
hooksObj, args)

Expand Down

0 comments on commit d4bf1c3

Please # to comment.