diff --git a/cli/roger_deploy.py b/cli/roger_deploy.py index 42ed6d2..b41246a 100755 --- a/cli/roger_deploy.py +++ b/cli/roger_deploy.py @@ -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)