create CNAME during travis build

pull/2/head
danbjoseph 2018-03-13 19:41:31 -04:00
rodzic aed8e1a0e5
commit f4f9f9df39
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,8 @@ install:
- pip install -r requirements.txt
script:
- make deploy
after-success:
- echo "http://docs.opendronemap.org/" > ./_build/html/CNAME
deploy:
provider: pages
skip-cleanup: true