aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild_and_push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh
index 3cf5241..e65b1fc 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -3,7 +3,7 @@ set -Eeuo pipefail
do_push() {
IMAGE_NAME="website"
- HUB_NAME="dr.ivarlovlie.no/vsh/website"
+ HUB_NAME="dr.ivar.systems/vsh/website"
COMMIT_HASH=$(git rev-parse --short HEAD)
pushd src/wwwroot