diff --git a/www/go.sh b/www/go.sh index f980664..ebf8278 100755 --- a/www/go.sh +++ b/www/go.sh @@ -4,7 +4,7 @@ set -eu cd "$(dirname "$0")" # redirect all docker commands to the remote host. -DOCKER_HOST="ssh://ubuntu@$PRIMARY_WWW_FQDN" +DOCKER_HOST="ssh://ubuntu@$WWW_FQDN" export DOCKER_HOST="$DOCKER_HOST" # prepare clams images and such