From ba0e125a132e5185401a449c211d18a9fc56bbc2 Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Thu, 24 Oct 2024 16:11:15 +0200 Subject: [PATCH] added build and push scripts --- build.sh | 2 ++ push.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 build.sh create mode 100755 push.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..beadffe --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker build -t gitea.angoosh.com/meiri/alkator/api:latest . diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..d773bb4 --- /dev/null +++ b/push.sh @@ -0,0 +1,2 @@ +#!/bin/bash +docker push gitea.angoosh.com/meiri/alkator/api:latest