diff options
author | notgne2 | 2020-11-07 12:01:19 -0700 |
---|---|---|
committer | notgne2 | 2020-11-07 12:01:40 -0700 |
commit | faa02fe6b526f6dedaa3fb36ab36ea8500825c20 (patch) | |
tree | 0997f1559a27ec787f6732955a9ac5a2b6dddfb7 /README.md | |
parent | 6ff3994dbb9b44a919ded00882db9b57f92fe228 (diff) |
Add note about profilesOrder functionality
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ This defines a single node/server, and the profiles you intend it to run. # An optional list containing the order you want profiles to be deployed. # This will take effect whenever you run `deploy` without specifying a profile, causing it to deploy every profile automatically. + # Any profiles not in this list will still be deployed (in an arbitrary order) after those which are listed profilesOrder = [ "something" "system" ]; profiles = { |