Update .travis.yml

Replace last occurence of `overv` namespace with `fsievers` namespace.
This commit is contained in:
Florian Sievers 2020-06-04 12:56:02 +02:00 committed by GitHub
parent a35a072126
commit ae572fcba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ after_success:
then
docker images ;
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin ;
docker push overv/openstreetmap-tile-server ;
docker push fsievers/openstreetmap-tile-server ;
fi
notifications:
email: true