You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| CFN_ROLE | [CloudFormation service role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html) to use for deployment |
31
-
| STAGE | Define the stage to deploy. Must be exact three characters. (Default: `stg`) |
32
-
| DEBUG| Turn on extra debug information. (Accepted values: `true`/`false`) |
33
-
| UPLOAD_BADGE| Whether or not to upload a deployment badge to the repositories downloads section. (Accepted values: `true`/`false`) |
34
-
| APP_USERNAME| The user to upload the badge as. Required if UPLOAD_BADGE is set to `true`. |
35
-
| APP_PASSWORD | The app password of the user uploading the badge. Required if UPLOAD_BADGE is set to `true`. |
36
-
| TIMEZONE | Which time zone the time in the badge should use (Default: `Australia/Adelaide`) |
37
-
| PROFILE| The profile name that is used for deployment (Default: `bitbucket-deployer`) |
38
-
| CMD | The command that this pipe will run (Eg: `deploy`, `remove`. Default: `deploy`) |
39
-
| SERVICES_PATH | The relative path from root folder to the folder where applications are defined (Default: `services`) |
| CFN_ROLE| [CloudFormation service role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html) to use for deployment |
33
+
| STAGE | Define the stage to deploy. Must be exact three characters. (Default: `stg`) |
34
+
| DEBUG | Turn on extra debug information. (Accepted values: `true`/`false`) |
35
+
| UPLOAD_BADGE | Whether or not to upload a deployment badge to the repositories downloads section. (Accepted values:`true`/`false`) |
36
+
| APP_USERNAME| The user to upload the badge as. Required if UPLOAD_BADGE is set to `true`. |
37
+
| APP_PASSWORD| The app password of the user uploading the badge. Required if UPLOAD_BADGE is set to `true`. |
38
+
| TIMEZONE | Which time zone the time in the badge should use (Default: `Australia/Adelaide`) |
39
+
| CMD | The command that this pipe will run (Eg: `deploy`, `remove`. Default: `deploy`) |
40
+
| SERVICES_PATH | The relative path from root folder to the folder where applications are defined (Default: `services`) |
40
41
41
42
- Default pipelines variables that are available for builds: https://support.atlassian.com/bitbucket-cloud/docs/variables-and-secrets/
42
43
- Please check: https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/ for how to generate an app password.
0 commit comments