You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the ability to specify an SSH key for remote deployments. By
default, ~/.ssh/id_rsa will be used.
This commit also fixes the long-standing issue where WAFFLES_SITE_DIR had to
be in WAFFLES_DIR in order for remote deployments.
Copy file name to clipboardExpand all lines: docs/usage.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ For the sake of simplicity, we'll call our role `memcached`.
16
16
17
17
Roles are defined in `site/roles`. `site` is a special directory that will hold the configuration for your _site_ or environment. You most likely wouldn't be able to transfer `site` to a new environment and have it run without some level of modification.
18
18
19
-
Note: The location of the `site` directory can be changed in `waffles.conf`, but at this time, Waffles requires it to be in the main `waffles` directory.
20
-
21
19
A role is really just a Bash script, and if you'd prefer to just use Waffles to organize a collection of deployment scripts, go for it.
22
20
23
21
To use roles most effectively, think of them as glue between _data_ and _profiles_:
0 commit comments