-
Notifications
You must be signed in to change notification settings - Fork 6
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 #5 from sandykadam/wp-build-process
Updated some env variables & added AWS prod build job
- Loading branch information
Showing
2 changed files
with
25 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ PROJECT_NAME=wordpresslocal | |
|
||
WP_SITE_TITLE="Wordpress demo site" | ||
WP_SITE_DESCRIPTION="This is my WP Demo Site Description" | ||
WP_SITE_ADMIN_USERNAME="admin" | ||
WP_SITE_ADMIN_PASSWORD="admin" | ||
WP_SITE_ADMIN_EMAIL="[email protected]" | ||
|
||
# WP default plugins/posts/comments config changes | ||
WP_NEED_BLANK_SITE=No | ||
|
@@ -25,6 +22,16 @@ WP_GROUP_WHAT_TAXONOMY_SLUG=what-embl-org-sitemap-taxonomy-locations-embl-ebi-hi | |
WP_GROUP_WHERE_TAXONOMY_SLUG=where-sites-embl-ebi-hinxton-web-development | ||
WP_GROUP_TEAM_SHORT_DESCRIPTION="The Web Development team maintain the EMBL-EBI website, internal websites, and bespoke websites for projects in which EMBL-EBI is a collaborator. The team support teams and projects throughout the organisation with web development and User Experience design." | ||
|
||
# Default config values irrespective of local or env dev deployments | ||
WP_SITE_ADMIN_USERNAME="admin" | ||
WP_SITE_ADMIN_PASSWORD="admin" | ||
WP_SITE_ADMIN_EMAIL="[email protected]" | ||
VF_CDN_STYLESHEET="https://dev.assets.emblstatic.net/vf/v2.0.0-alpha.5/css/styles.css" | ||
VF_CDN_JAVASCRIPT="https://dev.assets.emblstatic.net/vf/v2.0.0-alpha.5/scripts/scripts.js" | ||
VF_API_URL="https://dev.beta.embl.org/api/v1/" | ||
THEME_HEADER="vf_ebi_global_header" | ||
THEME_FOOTER="vf_ebi_global_footer" | ||
|
||
############################################## | ||
# you shouldn't need to edit below this line | ||
|
||
|
@@ -49,8 +56,6 @@ DOCKER_DATABASE_USER=docker | |
DOCKER_DATABASE_PASS=docker | ||
DB_ROOT_PASSWORD=rootpassword | ||
|
||
GIT_EMBL_DE_TOKEN=tHJezuyyt53veqK-MSs6 | ||
|
||
### PROJECT SETTINGS | ||
PHP_TAG=7.1-dev-4.4.5 | ||
MARIADB_TAG=10.1-3.2.2 | ||
|
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