https://github.com/hadisfr/travis-test
GitHub & Travis Docker-based Build & Deploy Integration
https://github.com/hadisfr/travis-test
travis-ci travis-ci-docker travis-deploy
Last synced: 4 months ago
JSON representation
GitHub & Travis Docker-based Build & Deploy Integration
- Host: GitHub
- URL: https://github.com/hadisfr/travis-test
- Owner: hadisfr
- Created: 2019-07-05T15:00:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T08:57:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T01:38:26.575Z (5 months ago)
- Topics: travis-ci, travis-ci-docker, travis-deploy
- Language: TeX
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHub & Travis Docker-based Build & Deploy Integration
---[](https://github.com/hadisfr/travis-test/releases/latest)
[](https://travis-ci.com/hadisfr/travis-test)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`:
```bash
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`:
```yml
deploy:
provider: releases
file_glob: true
skip_cleanup: true
on:
tags: true
```## References
* https://www.victorhurdugaci.com/github-releases-travis
* https://github.com/harshjv/travis-ci-latex-pdf/blob/master/.travis.yml
* https://docs.travis-ci.com/user/languages/minimal-and-generic
* https://docs.travis-ci.com/user/deployment/releases