mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-25 10:06:14 +00:00
deploy.sh: Go back to master after merging into stable.
This commit is contained in:
parent
df1c90578b
commit
c963a8f334
@ -49,6 +49,9 @@ git checkout stable || error
|
||||
echo "Merging master into stable..."
|
||||
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..."
|
||||
git push --all || error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user