Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spelkey-ucd committed Nov 8, 2023
1 parent b189f6e commit 1d4e988
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ fi
# Main version number we are tagging the app with. Always update
# this when you cut a new version of the app!
APP_VERSION=v3.8.1.${BUILD_NUM}
APP_TAG=stage
APP_TAG=v3.8.1

# Repository tags/branchs
# Tags should always be used for production deployments
# Branches can be used for development deployments
WEBSITE_TAG=stage
WEBSITE_TAG=v3.7.1

# Submodules
# only used for init-local-dev checkout
WP_PLUGINS_SUB_TAG=stage
WP_THEME_SUB_TAG=stage
WP_PLUGINS_SUB_TAG=v3.7.1
WP_THEME_SUB_TAG=v3.6.0

CONFIG_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
if [[ -f "$CONFIG_DIR/main-website-content-reader-key.json" ]]; then
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
wordpress:
image: gcr.io/digital-ucdavis-edu/main-wp-website:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website:v3.7.1
env_file:
- .env
ports:
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- elasticsearch

monitoring:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.8.1
restart: always
env_file:
- .env
Expand All @@ -70,7 +70,7 @@ services:
command: /util-cmds/monitor.sh

init:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.8.1
env_file:
- .env
environment:
Expand All @@ -92,7 +92,7 @@ services:
command: /util-cmds/init.sh

backup:
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-utils:v3.8.1
env_file:
- .env
environment:
Expand All @@ -115,7 +115,7 @@ services:
command: "/util-cmds/backup_entrypoint.sh"

indexer:
image: gcr.io/digital-ucdavis-edu/main-wp-website-es-indexer:stage
image: gcr.io/digital-ucdavis-edu/main-wp-website-es-indexer:v3.7.1
restart: always
env_file:
- .env
Expand Down

0 comments on commit 1d4e988

Please sign in to comment.