Skip to content

Commit

Permalink
🐝 replace live-db.owid.io by owid-live-db in ops scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Oct 9, 2023
1 parent f6f66b9 commit 0be40e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/buildkite/build-code
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ update_env() {
sed -i "s|^BAKED_SITE_DIR=.*$|BAKED_SITE_DIR=/home/owid/live-data/bakedSite|" owid-grapher/.env
# NOTE: this should be identical once we merge to master
sed -i "s|^BAKED_BASE_URL=.*$|BAKED_BASE_URL=$BAKED_BASE_URL|" owid-grapher/.env
# replace live-db.owid.io by owid-live-db
sed -i "s|^GRAPHER_DB_HOST=.*$|GRAPHER_DB_HOST=owid-live-db|" owid-grapher/.env
sed -i "s|^WORDPRESS_DB_HOST=.*$|WORDPRESS_DB_HOST=owid-live-db|" owid-grapher/.env
}


Expand Down

0 comments on commit 0be40e5

Please sign in to comment.