]> Untitled Git - lemmy-ui.git/blob - deploy.sh
Allow adding and removing remote mods
[lemmy-ui.git] / deploy.sh
1 #!/bin/bash
2
3 new_tag="$1"
4
5 # Old deploy
6 # sudo docker build . --tag dessalines/lemmy-ui:$new_tag
7 # sudo docker push dessalines/lemmy-ui:$new_tag
8
9 git tag $new_tag
10 git push origin $new_tag