Skip to content

Commit

Permalink
Add temporary travis config
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Aug 5, 2020
1 parent 85dd67f commit deb23a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://travis-ci.org/#!/phlax/envoy-docs

dist: bionic

script:
- export COMPOSE_FILE=./composition/docker-compose.yml
- docker build -f build_container/Dockerfile-docs -t phlax/envoy-build build_container
- docker images

before_deploy:
- echo $DOCKER_ACCESS_TOKEN | docker login -u phlax --password-stdin

deploy:
provider: script
script: docker push phlax/envoy-build
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master)$

0 comments on commit deb23a4

Please sign in to comment.