lemmy-ui/deploy.sh
2021-04-21 13:57:42 +02:00

12 lines
195 B
Bash
Executable file

#!/bin/bash
set -e
new_tag="$1"
# Old deploy
# sudo docker build . --tag dessalines/lemmy-ui:$new_tag
# sudo docker push dessalines/lemmy-ui:$new_tag
git tag $new_tag
git push origin $new_tag