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()
7070
7171 $ this ->line (' ' );
7272 $ 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 );
7878 $ this ->line (' ' );
7979 $ this ->info ('They will work in any environment. ' );
8080 }
You can’t perform that action at this time.
0 commit comments