Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianonline committed Feb 15, 2017
2 parents 2641b5c + f87aef3 commit a489036
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a489036

Please sign in to comment.