mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2025-08-18 00:46:51 +00:00
deploy.sh: Go back to master after merging into stable.
This commit is contained in:
@@ -49,6 +49,9 @@ git checkout stable || error
|
|||||||
echo "Merging master into stable..."
|
echo "Merging master into stable..."
|
||||||
git merge --no-ff -m "Merging master into stable for version $VERSION" master || error
|
git merge --no-ff -m "Merging master into stable for version $VERSION" master || error
|
||||||
|
|
||||||
|
echo "Checking out master again..."
|
||||||
|
git checkout master || error
|
||||||
|
|
||||||
echo "Pushing all to Github..."
|
echo "Pushing all to Github..."
|
||||||
git push --all || error
|
git push --all || error
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user