From faa02fe6b526f6dedaa3fb36ab36ea8500825c20 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sat, 7 Nov 2020 12:01:19 -0700 Subject: Add note about profilesOrder functionality --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 21638d9..c41a51a 100644 --- a/README.md +++ b/README.md @@ -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 = { -- cgit v1.2.3