X-Git-Url: http://these/git/?a=blobdiff_plain;f=deploy.sh;h=e919779a57b6b4b86c2056c4c088f8376176add8;hb=dbeab6450bce05c7bca898935e8b4f6d3d72ff5a;hp=57aa818910e8926686a893bae53cafc675a677b0;hpb=08b1c6b4d7ef479e5398da7f8d8bcbae78a2a05a;p=lemmy-ui.git diff --git a/deploy.sh b/deploy.sh index 57aa818..e919779 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,8 +4,13 @@ set -e new_tag="$1" # Old deploy -# sudo docker build . --tag dessalines/lemmy-ui:$new_tag +# sudo docker build . --tag dessalines/lemmy-ui:$new_tag --platform=linux/amd64 --push +# sudo docker build . --tag dessalines/lemmy-ui:$new_tag --platform=linux/amd64 # sudo docker push dessalines/lemmy-ui:$new_tag +# Upgrade version +yarn version --new-version $new_tag +git push + git tag $new_tag git push origin $new_tag