mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-19 03:56:24 +00:00
Fix more references to settings.yaml
This commit is contained in:
@@ -22,10 +22,6 @@ Required environment variables:
|
||||
|
||||
### 4. Update settings.yaml
|
||||
|
||||
If you have more than one workshop:
|
||||
|
||||
$ cp settings/default.yaml settings/YOUR_WORKSHOP_NAME-settings.yaml
|
||||
|
||||
Then pass `settings/YOUR_WORKSHOP_NAME-settings.yaml` as an argument to `deploy`, `cards`, etc.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -13,7 +13,7 @@ def prettify(l):
|
||||
return ret
|
||||
|
||||
|
||||
# Read settings from settings.yaml
|
||||
# Read settings from user-provided settings file
|
||||
with open(sys.argv[1]) as f:
|
||||
data = f.read()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user