Skip to content

Commit

Permalink
Upate site alias files (#226)
Browse files Browse the repository at this point in the history
* [console] Tag 1.0.0-rc26 release.

* [console] Update example site alias.
  • Loading branch information
jmolivas committed Sep 2, 2017
1 parent e95bf12 commit 7148a1b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
5 changes: 5 additions & 0 deletions config/dist/sites/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Drupal4Docker example
dev:
root: /var/www/html
extra-options: docker-compose exec --user=82 php
type: container
5 changes: 0 additions & 5 deletions config/dist/sites/drupalvm.yml

This file was deleted.

3 changes: 3 additions & 0 deletions config/dist/sites/local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local:
root: /var/www/drupal8.dev
type: local
15 changes: 0 additions & 15 deletions config/dist/sites/sample.yml

This file was deleted.

5 changes: 5 additions & 0 deletions config/dist/sites/ssh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dev:
root: /var/www/html/drupal
host: drupal.org
user: drupal
type: ssh
7 changes: 7 additions & 0 deletions config/dist/sites/vagrant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# DrupalVM Example
dev:
root: /var/www/drupalvm/drupal
host: 192.168.88.88
user: vagrant
extra-options: '-o PasswordAuthentication=no -i ~/.vagrant.d/insecure_private_key'
type: ssh

0 comments on commit 7148a1b

Please sign in to comment.