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 + }