]> Untitled Git - lemmy-ui.git/blob - deploy.sh
58d1d7fb9c796b19f9bd7bc9dddc2c0112e1977e
[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