Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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
deleted file mode 100644 (file)
index 1eb9557..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-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'