mirror of
https://github.com/opsxcq/mirror-textfiles.com.git
synced 2025-03-13 17:19:58 +01:00
15 lines
249 B
YAML
15 lines
249 B
YAML
language: python
|
|
|
|
script:
|
|
- mv textfiles.com public/
|
|
- echo 'strm.sh' > public/CNAME
|
|
|
|
# Deploy to GitHub pages
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
local_dir: textfiles.com
|
|
on:
|
|
branch: master
|