joinlemmy-site/deploy.sh

11 lines
188 B
Bash
Raw Normal View History

#!/bin/bash
2021-03-14 03:56:24 +00:00
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