1
0
mirror of https://github.com/opsxcq/mirror-textfiles.com.git synced 2025-03-13 17:19:58 +01:00
mirror-textfiles.com/.travis.yml
2018-12-29 12:59:01 +00:00

15 lines
262 B
YAML

language: python
script:
- cp -ar textfiles.com public
- echo 'textfiles.mirror.strm.sh' > public/CNAME
# Deploy to GitHub pages
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: public
on:
branch: master