Skip to content

Commit

Permalink
Update for ukwa/ukwa-pywb#94.
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Jul 22, 2022
1 parent 58ca23b commit 6d0385c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions access/website/deploy-access-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
# Set up environment variables
if [[ ${ENVIRON} == 'prod' ]]; then
export UKWA_UI_IMAGE="ukwa/ukwa-ui:v1.4.2"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.1"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.2"
export API_IMAGE="ukwa/ukwa-access-api:latest"
export SERVER_NAME=www.webarchive.org.uk
export DEPLOYMENT_TAG=prod
Expand All @@ -22,7 +22,7 @@ if [[ ${ENVIRON} == 'prod' ]]; then

elif [[ ${ENVIRON} == 'beta' ]]; then
export UKWA_UI_IMAGE="ukwa/ukwa-ui:v1.4.2"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.1"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.2"
export API_IMAGE="ukwa/ukwa-access-api:latest"
export SERVER_NAME=beta.webarchive.org.uk
export DEPLOYMENT_TAG=beta
Expand All @@ -35,7 +35,7 @@ else
# dev vars
#export UKWA_UI_IMAGE="min2ha/ukwa-ui:new_feature_categories_anj"
export UKWA_UI_IMAGE="ukwa/ukwa-ui:master"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.1"
export PYWB_IMAGE="ukwa/ukwa-pywb:2.6.7.2"
export API_IMAGE="ukwa/ukwa-access-api:fastapi"
export SERVER_NAME=dev.webarchive.org.uk
export DEPLOYMENT_TAG=dev
Expand Down

0 comments on commit 6d0385c

Please sign in to comment.