mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-21 03:16:46 +00:00
14 lines
267 B
YAML
14 lines
267 B
YAML
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- docker build -t terorie/od-database-crawler .
|
|
|
|
after_success:
|
|
- if [[ "$TRAVIS_BRANCH" == "stable" ]]; then
|
|
docker login -u terorie -p $DOCKER_PASSWORD ;
|
|
docker push terorie/od-database-crawler ;
|
|
fi
|