1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-03-14 10:09:40 +01:00
mirror-textfiles.com/.travis.yml

14 lines
217 B
YAML
Raw Normal View History

2018-12-29 11:51:52 +00:00
language: python
script:
2018-12-29 12:17:04 +00:00
- mv CNAME textfiles.com/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 10:50:31 +00:00
local_dir: textfiles.com
2017-11-22 19:48:03 -03:00
on:
2018-12-29 10:50:31 +00:00
branch: master