Updated the deploy and version_bump scripts

This commit is contained in:
2021-09-10 13:26:16 +05:30
parent 2820813cb6
commit dbf0ecf0d8
2 changed files with 16 additions and 20 deletions

View File

@ -8,12 +8,7 @@ if [ 1 -eq "$#" ]
then
./version_bump.sh "$1"
else
echo "No version bump"
git push
git tag --delete latest
git tag latest
git push --delete origin latest
git push --tags
./version_bump.sh
fi
cd "$parent_path/docker/app" || exit