-
-
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.
Renamed more references to
Vortex
. (#1391)
- Loading branch information
1 parent
efca4cf
commit b5d9bbc
Showing
54 changed files
with
149 additions
and
149 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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# | ||
# To customize variables locally, copy `.env.local.default` to `.env.local`. | ||
# | ||
# @see https://docs.drevops.com/workflows/variables | ||
# @see https://vortex.drevops.com/workflows/variables | ||
|
||
################################################################################ | ||
# GENERAL # | ||
|
@@ -72,7 +72,7 @@ DRUPAL_CLAMAV_MODE=daemon | |
################################################################################ | ||
|
||
# Variables in this section control how the site is provisioned. | ||
# @see https://docs.drevops.com/workflows/provision | ||
# @see https://vortex.drevops.com/workflows/provision | ||
|
||
# Set to 1 to install a site from profile instead of the database file dump. | ||
VORTEX_PROVISION_USE_PROFILE=0 | ||
|
@@ -92,7 +92,7 @@ VORTEX_PROVISION_SANITIZE_DB_SKIP=0 | |
|
||
# Sanitization email pattern. Sanitization is enabled by default in all | ||
# non-production environments. | ||
# @see https://docs.drevops.com/workflows/build#sanitization | ||
# @see https://vortex.drevops.com/workflows/build#sanitization | ||
VORTEX_PROVISION_SANITIZE_DB_EMAIL="user_%[email protected]" | ||
|
||
# Put the site into a maintenance mode during site provisioning. | ||
|
@@ -108,7 +108,7 @@ VORTEX_PROVISION_USE_MAINTENANCE_MODE=1 | |
# Database can be imported from a file dump into an empty database started from | ||
# the database default image or can exist in a pre-built container image. | ||
# Defaults to importing from a file. | ||
# @see https://docs.drevops.com/workflows/database | ||
# @see https://vortex.drevops.com/workflows/database | ||
|
||
# Database dump directory. | ||
VORTEX_DB_DIR=./.data | ||
|
@@ -177,14 +177,14 @@ LAGOON_PROJECT=your_site | |
################################################################################ | ||
|
||
# Deployment occurs when tests pass in the CI environment. | ||
# @see https://docs.drevops.com/workflows/deployment | ||
# @see https://vortex.drevops.com/workflows/deployment | ||
|
||
# The type of deployment. | ||
# | ||
# Combination of comma-separated values to support multiple deployment targets: | ||
# `artifact`,`container_registry`, `webhook`, `lagoon`. | ||
# | ||
# See https://docs.drevops.com/workflows/deploy | ||
# See https://vortex.drevops.com/workflows/deploy | ||
VORTEX_DEPLOY_TYPES=artifact | ||
|
||
#;< LAGOON | ||
|
@@ -200,7 +200,7 @@ VORTEX_LAGOON_PRODUCTION_BRANCH=main | |
################################################################################ | ||
|
||
# Notificaions are sent accross multiple channels before and after deployment. | ||
# @see https://docs.drevops.com/workflows/notifications | ||
# @see https://vortex.drevops.com/workflows/notifications | ||
|
||
# The channels of the notifications. | ||
# | ||
|
@@ -236,7 +236,7 @@ VORTEX_NOTIFY_EMAIL_RECIPIENTS="[email protected]" | |
#;< VORTEX_DB_DOWNLOAD_SOURCE_CURL | ||
# URL of the demo database used for demonstration with CURL database | ||
# dump as a type of file source. | ||
VORTEX_DB_DOWNLOAD_CURL_URL=https://github.com/drevops/scaffold/releases/download/1.18.0/db_d10.demo.sql | ||
VORTEX_DB_DOWNLOAD_CURL_URL=https://github.com/drevops/vortex/releases/download/1.18.0/db_d10.demo.sql | ||
#;> VORTEX_DB_DOWNLOAD_SOURCE_CURL | ||
|
||
#;< VORTEX_DB_IMAGE | ||
|
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 |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
run: | | ||
cd "${GITHUB_WORKSPACE}/.vortex/docs" | ||
export DOCS_PUBLISH_SRC_DIR="${GITHUB_WORKSPACE}/.vortex/docs/build" | ||
export [email protected]:drevops/docs.git | ||
export DOCS_PUBLISH_COMMIT_MESSAGE="Automatically pushed from drevops/scaffold" | ||
export DOCS_PUBLISH_GIT_EMAIL="[email protected]" | ||
export [email protected]:drevops/vortex-docs.git | ||
export DOCS_PUBLISH_COMMIT_MESSAGE="Automatically pushed from drevops/vortex" | ||
export DOCS_PUBLISH_GIT_EMAIL="deployer+vortex@drevops.com" | ||
./.utils/publish.sh |
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,4 +1,4 @@ | ||
# Vortex development | ||
|
||
This directory contains development files for the scaffold itself. | ||
This directory contains development files for Vortex itself. | ||
This directory is removed by the installer or can be deleted manually. |
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,5 +1,5 @@ | ||
# Code of conduct | ||
|
||
Please note that this project is released with | ||
a [Contributor Code of Conduct](https://github.com/drevops/scaffold/blob/develop/CODE_OF_CONDUCT.md). By participating in this | ||
a [Contributor Code of Conduct](https://github.com/drevops/vortex/blob/develop/CODE_OF_CONDUCT.md). By participating in this | ||
project you agree to abide by its terms. |
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
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.
b5d9bbc
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.
π Published on https://vortex-docs.netlify.app as production
π Deployed on https://66d396d39886f089c32f8d3b--vortex-docs.netlify.app
b5d9bbc
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://66d3972735bb4f8e5f523759--vortex-docs.netlify.app