1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2025-07-04 22:16:26 +00:00

Deployment can not happen automatically via deploy.sh

This commit is contained in:
2018-03-08 06:56:41 +01:00
parent 834aaf0292
commit 3c5a8e9d38
3 changed files with 90 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* Update the version in the Dockerfile to the coming version.
* Commit the new Dockerfile.
* Merge into stable: `git checkout stable && git merge --no-ff master`
* Create a new tag for the new version: `git tag -a <version>`.
* Push everything to github: `git push --all && git push --tags`.
* Build it: `gradle build`.