We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116e276 commit b0cf167Copy full SHA for b0cf167
1 file changed
.travis.yml
@@ -31,7 +31,7 @@ before_deploy:
31
- mkdir -p $DEPLOY_NODOCKER
32
- mkdir -p $DEPLOY_DOCKER/www
33
- mkdir -p $DEPLOY_NODOCKER/www
34
- - cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
+ - cp -f $TRAVIS_BUILD_DIR/*.yml $DEPLOY_DOCKER
35
- sed -i s/latest/$TAG/g $DEPLOY_DOCKER/docker-compose.yml
36
- cp -f $TRAVIS_BUILD_DIR/www/index.html $DEPLOY_DOCKER/www
37
- cp -f $TRAVIS_BUILD_DIR/*.py $TRAVIS_BUILD_DIR/settings.yml $TRAVIS_BUILD_DIR/locations.yml $DEPLOY_NODOCKER
0 commit comments