File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ public function handle()
70
70
71
71
$ this ->line (' ' );
72
72
$ this ->info ('Done! Here are your environment variables: ' );
73
- $ this ->line ('SIDECAR_ACCESS_KEY_ID= ' . $ credentials ['key ' ]);
74
- $ this ->line ('SIDECAR_SECRET_ACCESS_KEY= ' . $ credentials ['secret ' ]);
75
- $ this ->line ('SIDECAR_REGION= ' . $ this ->region );
76
- $ this ->line ('SIDECAR_ARTIFACT_BUCKET_NAME= ' . $ bucket );
77
- $ this ->line ('SIDECAR_EXECUTION_ROLE= ' . $ role );
73
+ $ this ->line ('SIDECAR_ACCESS_KEY_ID= ' . $ credentials ['key ' ]);
74
+ $ this ->line ('SIDECAR_SECRET_ACCESS_KEY= ' . $ credentials ['secret ' ]);
75
+ $ this ->line ('SIDECAR_REGION= ' . $ this ->region );
76
+ $ this ->line ('SIDECAR_ARTIFACT_BUCKET_NAME= ' . $ bucket );
77
+ $ this ->line ('SIDECAR_EXECUTION_ROLE= ' . $ role );
78
78
$ this ->line (' ' );
79
79
$ this ->info ('They will work in any environment. ' );
80
80
}
You can’t perform that action at this time.
0 commit comments