-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from palantirnet/multisite-support
Multisite support
- Loading branch information
Showing
26 changed files
with
1,126 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 14 additions & 12 deletions
26
defaults/config/drupal-skeleton/build.test.properties.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# These properties are for running the Drupal Skeleton on circle. | ||
drupal: | ||
site_name: drupal-skeleton | ||
uri: http://drupal-skeleton.local | ||
hash_salt: temporary | ||
root: web | ||
profile: standard | ||
database: | ||
database: circle_test | ||
username: ubuntu | ||
password: | ||
host: 127.0.0.1 | ||
settings: | ||
file_public_path: sites/default/files | ||
file_private_path: | ||
sites: | ||
default: | ||
dir: default | ||
uri: http://drupal-skeleton.local | ||
hash_salt: temporary | ||
profile: standard | ||
database: | ||
database: circle_test | ||
username: ubuntu | ||
password: | ||
host: 127.0.0.1 | ||
settings: | ||
file_public_path: sites/default/files | ||
file_private_path: | ||
twig: | ||
debug: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ${drupal.site_name} - Artifact Repository | ||
# ${projectname} - Artifact Repository | ||
|
||
This repository contains all of the code and configuration required to run this site. It | ||
is intended for deployment to a host like Acquia or Pantheon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# @file | ||
# Configuration properties specific to the Acquia deployment. | ||
build: | ||
drupal: | ||
settings: .the-build/drupal.settings.build-acquia.php | ||
services_dest: artifacts/dev/null | ||
drupal: | ||
twig: | ||
debug: false | ||
sites: | ||
default: | ||
build: | ||
settings_template: .the-build/drupal.settings.build-acquia.php | ||
services_dest: artifacts/dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# @file | ||
# Configuration properties specific to the CircleCI environment. | ||
drupal: | ||
database: | ||
database: circle_test | ||
username: root | ||
password: "" | ||
host: 127.0.0.1 | ||
twig: | ||
debug: false | ||
sites: | ||
default: | ||
database: | ||
database: circle_test | ||
username: root | ||
password: "" | ||
host: 127.0.0.1 | ||
|
||
behat: | ||
args: "--profile=circle --suite=default --strict --format=junit --out=/tmp/artifacts --tags=~@skipci" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.