joinlemmy-site/deploy.sh

14 lines
225 B
Bash
Raw Normal View History

#!/bin/bash
2021-02-08 04:54:43 +00:00
git submodule update --remote
git add lemmy-docs
git commit -m"Updating docs"
2021-03-31 14:02:57 +00:00
git add joinlemmy-translations
git commit -m"Updating translations"
2021-02-08 04:54:43 +00:00
git push
new_tag="$1"
git tag $new_tag
git push origin $new_tag