Fix gitlab CI

This commit is contained in:
Otto Winter 2018-10-20 20:14:31 +02:00
parent c01eefc0af
commit 95ad65164c
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -44,10 +44,10 @@ deploy-beta:
- git worktree prune
- rm -rf ../esphomelib
script:
- git fetch --force git@github.com:OttoWinter/beta.esphomelib.com.git master:gh-pages
- git fetch --force git@github.com:OttoWinter/esphomedocs-beta.git master:gh-pages
- git worktree add _build/html gh-pages
- make ../esphomelib
- make deploy
- git -C _build/html push git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages
- git -C _build/html push git@github.com:OttoWinter/esphomedocs-beta.git gh-pages
only:
- rc