1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-03-14 12:29:47 +01:00
mirror-textfiles.com/.travis.yml

15 lines
241 B
YAML
Raw Normal View History

2017-11-22 19:48:03 -03:00
language: python
script:
2018-12-29 10:41:31 +00:00
- mv textfiles.com/* .
- echo 'textfiles.mirror.strm.sh' CNAME
2017-11-22 19:48:03 -03:00
# Deploy to GitHub pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: public
on:
branch: master