mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Merge branch 'master' of https://github.com/fabianonline/telegram_backup
This commit is contained in:
commit
a489036c2f
11
DEPLOY.md
Normal file
11
DEPLOY.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Deploying a new version
|
||||||
|
|
||||||
|
* Update the version in the Dockerfile to the coming version.
|
||||||
|
* Commit the new Dockerfile.
|
||||||
|
* 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`.
|
||||||
|
* Create a new release on github for this version. 'Release title' has to be just the version string. Attach the newly built `telegram-backup.jar`.
|
||||||
|
* Build the docker image: `docker build -t fabianonline/telegram_backup:<version> -t fabianonline/telegram_backup:latest - < DOCKERFILE`.
|
||||||
|
* Push the docker image: `docker push fabianonline/telegram_backup`.
|
||||||
|
* Post a message into the telegram_backup users group.
|
Loading…
Reference in New Issue
Block a user