File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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