-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1035 from seth-reeser/develop-catapult
Platform: Introduce the idle option for websites.
- Loading branch information
Showing
4 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -898,6 +898,12 @@ The following options are available: | |
* dependency: `force_ip:` | ||
* example: `force_ip_exclude: ["production"]` | ||
* array of select environments `["dev","test","qc","production"]` to exclude from the `force_ip` option | ||
* `idle:` | ||
* default: `false` | ||
* required: no | ||
* option: `idle: true` | ||
* turns off all website operations in the dev and test environment, including git pulls and database refreshing | ||
* used for websites that are not under active software development | ||
* `repo:` | ||
* required: yes | ||
* example: `repo: [email protected]:devopsgroup-io/devopsgroup-io.git` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters