Fix: Kots should be sorted by date as a relationship of the voucher. This was causing them to appear in random order in sales.
This commit is contained in:
12
deploy.sh
12
deploy.sh
@ -5,17 +5,7 @@ cd "$parent_path" || exit
|
||||
|
||||
./lint.sh
|
||||
|
||||
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
|
||||
fi
|
||||
./version_bump.sh "$1"
|
||||
|
||||
cd "$parent_path/docker/app" || exit
|
||||
docker build --tag barker:latest .
|
||||
|
||||
Reference in New Issue
Block a user