Fix esphomelib tag

This commit is contained in:
Otto Winter 2018-10-20 19:13:34 +02:00
parent e5d769136c
commit 78375742ff
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ deploy-release:
- git worktree add _build/html gh-pages
- make ../esphomelib
- make deploy
- git -C _build/html push git@github.com:OttoWinter/esphomedocs.git gh-pages
- git -C _build/html push -f git@github.com:OttoWinter/esphomedocs.git gh-pages
only:
- current
@ -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/beta.esphomelib.com.git gh-pages:gh-pages
- git worktree add _build/html gh-pages
- make ../esphomelib
- CNAME=beta.esphomelib.com make deploy
- git -C _build/html push git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages
- git -C _build/html push -f git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages
only:
- rc

View File

@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
SOURCEDIR = .
BUILDDIR = _build
ESPHOMELIB_PATH = ../esphomelib
ESPHOMELIB_TAG = v1.8.0
ESPHOMELIB_TAG = v1.9.0b1
CNAME = esphomelib.com
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)