Skip to content

hadisfr/travis-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub & Travis Docker-based Build & Deploy Integration

GitHub release Travis (.com)

Use -v or --volume flag in docker run to to bind mount a volume, and -w or --workdir flag to set working directory.

Use the following command to generate api_key:

travis setup releases --com

Previous access toknes are available at https://github.com/settings/tokens.

Add the following parts to deploy section of .travis.yml:

deploy:
  provider: releases
  file_glob: true
  skip_cleanup: true
  on:
    tags: true

References