joinlemmy-site/deploy.sh

12 lines
157 B
Bash
Executable File

#!/bin/bash
git submodule update --remote
git add lemmy-docs
git commit -m"Updating docs"
git push
new_tag="$1"
git tag $new_tag
git push origin $new_tag