File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export default class Deploy extends AppCLIBaseCommand {
8585 this . flags [ "app-url" ] = formatUrl ( flags [ "app-url" ] ) ;
8686 updateHostingPayload [ "deployment_url" ] = this . flags [ "app-url" ] ;
8787 break ;
88- case "hosting-with-Launch " :
88+ case "hosting-with-launch " :
8989 updateHostingPayload [ "provider" ] = "launch" ;
9090 const config = setupConfig ( flags [ "config" ] ) ;
9191 config [ "name" ] = config [ "name" ] || app ?. name ;
@@ -253,6 +253,11 @@ export default class Deploy extends AppCLIBaseCommand {
253253 "build-command" : config [ "build-command" ] ,
254254 "out-dir" : config [ "out-dir" ] ,
255255 branch : config [ "branch" ] ,
256+ "variable-type" : config [ "variableType" ] ,
257+ alias : config [ "alias" ] ,
258+ "redeploy-atest" : config [ "redeploy-latest" ] ,
259+ "redeploy-last-upload" : config [ "redeploy-last-upload" ] ,
260+ "env-variables" : config [ "envVariables" ] ,
256261 } ;
257262
258263 for ( const [ key , value ] of Object . entries ( configMappings ) ) {
You can’t perform that action at this time.
0 commit comments