Feliday-UI/deploy.sh
2020-09-10 14:49:33 -05:00

9 lines
193 B
Bash
Executable file

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