joinlemmy-site/deploy.sh

14 lines
225 B
Bash
Executable File

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