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