diff --git a/deploy.sh b/deploy.sh index 8a42fed9..5e6c6669 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,5 +16,4 @@ docker push $NAMESPACE:$VERSION # Git tags git remote set-url origin https://$USER:$github_api_key@github.com/$USER/$PROJECT.git git tag $VERSION -git push --tags -[ -f ~/.git/config ] && rm ~/.git/config +git push --tags --force \ No newline at end of file