aboutsummaryrefslogtreecommitdiffstats
path: root/build-and-push.sh
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-07 13:04:03 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-07 16:03:28 +0300
commitb0db0e55c0c400bc948a4934b0e4fddfbfdcca51 (patch)
tree0d29e8015178a0eaa52e9f821ad243c5435da99f /build-and-push.sh
parentfe57e4996ec79267dffd77e503ef8164eceea229 (diff)
Rewrite to run as a traditional script, update deps
Diffstat (limited to 'build-and-push.sh')
-rwxr-xr-xbuild-and-push.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-and-push.sh b/build-and-push.sh
deleted file mode 100755
index dbecd87..0000000
--- a/build-and-push.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-IMAGE=registry.jan.systems/hommabot2:latest
-
-set -euxo pipefail
-docker build --platform linux/amd64 -t $IMAGE .
-docker push $IMAGE