From 592d03f936f1f98addaec2b31ea8cb37563bf06a Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 8 May 2022 07:51:43 +0700 Subject: [PATCH] reset head to master after build --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index b689da5..dbc6c83 100755 --- a/deploy.sh +++ b/deploy.sh @@ -70,6 +70,8 @@ function sync_docker { -t bbilly1/tubearchivist-metrics \ -t bbilly1/tubearchivist-metrics:"$VERSION" --push . + git checkout master + }