From 3d5d808c9a07ba309f08f237b17e7531cc8ee135 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 7 Feb 2025 06:07:35 +0900 Subject: [PATCH] build: push regardless of commit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0653649..d8229b0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ set -x -git commit -m "$1" && git push +git commit -m "$1"; git push git tag -f latest && git push -f --tags cd $HOME/ark