aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-10 03:30:42 +0300
committerValentin Popov <info@valentineus.link>2017-11-10 03:30:42 +0300
commitaf4a5f471b6407838f990581276c16428fedbd9f (patch)
tree5a9c28370d37ceefe248374e23245f52b16f668b /.travis.yml
parentd30c3e582fd45273cfeea30ac576cd43c12c3e05 (diff)
downloadmednafen-server-af4a5f471b6407838f990581276c16428fedbd9f.tar.xz
mednafen-server-af4a5f471b6407838f990581276c16428fedbd9f.zip
Automatic image build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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