-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified
DREVOPS_DB_DOCKER_IMAGE
to DREVOPS_DB_IMAGE
.
- Loading branch information
1 parent
ba7e294
commit 4a0df26
Showing
17 changed files
with
93 additions
and
93 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,7 +121,7 @@ DREVOPS_DB_FILE=db.sql | |
# Name of the pre-built Docker image. | ||
# Uncomment to use an image with a DB data loaded into it. | ||
# @see https://github.com/drevops/mariadb-drupal-data to seed your DB image. | ||
# DREVOPS_DB_DOCKER_IMAGE=your_org/your_site:latest | ||
# DREVOPS_DB_IMAGE=your_org/your_site:latest | ||
|
||
#;< !PROVISION_USE_PROFILE | ||
# Database can be sourced from one of the following locations: | ||
|
@@ -134,7 +134,7 @@ DREVOPS_DB_FILE=db.sql | |
# - `none` - not downloaded, site is freshly installed for every build. | ||
|
||
# Note that "docker_registry" works only for database-in-Docker-image | ||
# database storage (when $DREVOPS_DB_DOCKER_IMAGE variable has a value). | ||
# database storage (when $DREVOPS_DB_IMAGE variable has a value). | ||
DREVOPS_DB_DOWNLOAD_SOURCE=curl | ||
|
||
#;< DREVOPS_DB_DOWNLOAD_SOURCE_CURL | ||
|
@@ -241,12 +241,12 @@ DREVOPS_NOTIFY_EMAIL_RECIPIENTS="[email protected]" | |
DREVOPS_DB_DOWNLOAD_CURL_URL=https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql | ||
#;> DREVOPS_DB_DOWNLOAD_SOURCE_CURL | ||
|
||
#;< DREVOPS_DB_DOCKER_IMAGE | ||
#;< DREVOPS_DB_IMAGE | ||
# The name of the demo database image used for demonstration only for | ||
# database-in-Docker-image data storage. | ||
#; The line below will be automatically uncommented for database-in-Docker-image | ||
#; storage. It is commented out to allow running non-database-in-Docker-image | ||
# workflow by default. | ||
##### DREVOPS_DB_DOCKER_IMAGE=drevops/drevops-mariadb-drupal-data-demo-10.x:latest | ||
#;> DREVOPS_DB_DOCKER_IMAGE | ||
##### DREVOPS_DB_IMAGE=drevops/drevops-mariadb-drupal-data-demo-10.x:latest | ||
#;> DREVOPS_DB_IMAGE | ||
#;> DEMO |
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 |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
# Name of the database docker image to use. | ||
# | ||
# See https://github.com/drevops/mariadb-drupal-data to seed your DB image. | ||
DREVOPS_DB_DOCKER_IMAGE= | ||
DREVOPS_DB_IMAGE= | ||
|
||
# Name of the database fall-back docker image to use. | ||
# | ||
# If the image specified in $DREVOPS_DB_DOCKER_IMAGE does not exist and base | ||
# If the image specified in $DREVOPS_DB_IMAGE does not exist and base | ||
# image was provided - it will be used as a "clean slate" for the database. | ||
DREVOPS_DB_DOCKER_IMAGE_BASE= | ||
DREVOPS_DB_IMAGE_BASE= | ||
|
||
# Drupal admin email. May need to be reset if database was sanitized. | ||
DRUPAL_ADMIN_EMAIL="[email protected]" | ||
|
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
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.
4a0df26
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://66300fc8b310b83420f4a2fe--drevops-scaffold-docs.netlify.app