diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-10 03:30:42 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-10 03:30:42 +0300 |
commit | af4a5f471b6407838f990581276c16428fedbd9f (patch) | |
tree | 5a9c28370d37ceefe248374e23245f52b16f668b | |
parent | d30c3e582fd45273cfeea30ac576cd43c12c3e05 (diff) | |
download | mednafen-server-af4a5f471b6407838f990581276c16428fedbd9f.tar.xz mednafen-server-af4a5f471b6407838f990581276c16428fedbd9f.zip |
Automatic image build
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c1bff2d..af95dff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,11 @@ notifications: before_deploy: - sudo /bin/sh build.sh +after_deploy: + - docker login --username "$DOCKER_USER" --password "$DOCKER_PASSWORD" + - docker build --tag valentineus/mednafen-server ./ + - docker push valentineus/mednafen-server + deploy: - provider: releases skip_cleanup: true |