File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ parameters:
8
8
description : RegEx or filename of artifact to deploy to Heroku.
9
9
pipeline :
10
10
type : string
11
- description : Heroku pipeline to dpeloy with (UUID).
11
+ description : Heroku pipeline to deploy with (UUID).
12
12
heroku-api-key :
13
13
type : env_var_name
14
14
description : The name of the environment variable containing your Heroku API Key. (Do not change)
Original file line number Diff line number Diff line change 1
1
description : >
2
- A sample job that deploys a review app to Herou , that does not run on the main
2
+ A sample job that deploys a review app to Heroku , that does not run on the main
3
3
"deployed" branch. Assumes that your CircleCI token is stored in $CIRCLECI_API_KEY
4
4
and Heroku's API key under $HEROKU_API_KEY.
5
5
usage :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ parameters:
12
12
default : $HEROKU_APP_NAME
13
13
maintenance-mode :
14
14
description :
15
- " Use this to automatically enable mantainance mode before pre-deploy steps
15
+ " Use this to automatically enable maintenance mode before pre-deploy steps
16
16
and have it disabled after post-deploy steps have been run."
17
17
type : boolean
18
18
default : false
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ parameters:
12
12
default : $HEROKU_APP_NAME
13
13
maintenance-mode :
14
14
description :
15
- " Use this to automatically enable mantainance mode before pre-deploy steps
15
+ " Use this to automatically enable maintenance mode before pre-deploy steps
16
16
and have it disabled after post-deploy steps have been run."
17
17
type : boolean
18
18
default : false
You can’t perform that action at this time.
0 commit comments