7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 12:50:48 +00:00

Push to repo as part of "make release"

This commit is contained in:
Régis Behmo 2020-06-21 13:47:14 +02:00
parent cdf6b7e315
commit 77150c0424

View File

@ -57,10 +57,12 @@ retag:
git tag $(TAG)
release-origin:
@echo "=== Pushing tag $(TAG) to origin"
git push origin
git push origin :$(TAG) || true
git push origin $(TAG)
release-overhangio:
@echo "=== Pushing tag $(TAG) to overhangio"
git push overhangio
git push overhangio :$(TAG) || true
git push overhangio $(TAG)