mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-26 08:09:53 +03:00
Add note about profilesOrder functionality
This commit is contained in:
parent
6ff3994dbb
commit
faa02fe6b5
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user