Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / alias-fixtures / example.site.yml
diff --git a/vendor/drush/drush/tests/resources/alias-fixtures/example.site.yml b/vendor/drush/drush/tests/resources/alias-fixtures/example.site.yml
new file mode 100644 (file)
index 0000000..1eb9557
--- /dev/null
@@ -0,0 +1,25 @@
+dev:
+  root: /path/to/dev
+  uri: dev
+  command:
+    core:
+      rsync:
+        options:
+          include-paths: dev-path
+stage:
+  root: /path/to/stage
+  uri: stage
+  command:
+    core:
+      rsync:
+        options:
+          exclude-paths: stage-path
+live:
+  user: www-admin
+  host: service-provider.com
+  root: /path/on/service-provider
+  uri: https://example.com
+  ssh:
+    options: '-o PasswordAuthentication=example'
+  paths:
+    drush-script: '/example/path/to/drush'