Skip to content

Commit

Permalink
most clusters are podman now
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh authored Jan 19, 2025
1 parent d003c24 commit 0ac13cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function main() {
if [ $PRODUCTION ]; then
export BASE_DOMAIN=prod.archive.org
if [[ "$CI_PROJECT_PATH_SLUG" == internetarchive-emularity-* ]]; then
export BASE_DOMAIN=ux-b.archive.org
export BASE_DOMAIN=.archive.org
fi
elif [ $STAGING ]; then
export BASE_DOMAIN=staging.archive.org
Expand Down Expand Up @@ -222,7 +222,7 @@ function main() {
if [[ "$NOMAD_ADDR" == *.archive.org ]]; then
local NA=$(echo "$NOMAD_ADDR" |cut -f1 -d. |sed 's=^https://==')
case "$NA" in
work|hind|dev|ext|books-loki)
work|hind|dev|ext|books-loki|ux-b)
# HinD cluster(s) use `podman` driver instead of `docker`
sed -ix 's/driver\s*=\s*"docker"/driver="podman"/' project.hcl # xxx
sed -ix 's/memory_hard_limit/# memory_hard_limit/' project.hcl # xxx
Expand Down

0 comments on commit 0ac13cb

Please sign in to comment.