1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-03-13 20:59:45 +01:00
mirror-textfiles.com/.travis.yml

15 lines
262 B
YAML
Raw Normal View History

2018-12-29 11:51:52 +00:00
language: python
script:
2018-12-29 12:51:20 +00:00
- cp -ar textfiles.com public
2018-12-29 12:59:01 +00:00
- echo 'textfiles.mirror.strm.sh' > public/CNAME
2018-12-29 11:51:52 +00:00
2017-11-22 19:48:03 -03:00
# Deploy to GitHub pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
2018-12-29 12:47:42 +00:00
local_dir: public
2017-11-22 19:48:03 -03:00
on:
2018-12-29 10:50:31 +00:00
branch: master