mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Fix CNAME
This commit is contained in:
parent
f43c4c29d8
commit
d2bc0dfa5f
@ -34,8 +34,6 @@ deploy-release:
|
|||||||
deploy-beta:
|
deploy-beta:
|
||||||
tags:
|
tags:
|
||||||
- esphomedocs
|
- esphomedocs
|
||||||
variables:
|
|
||||||
CNAME: beta.esphomelib.com
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- echo "$GITHUB_BETA_PRIVATE_KEY" | tr -d '\r' >/root/.ssh/id_rsa
|
- echo "$GITHUB_BETA_PRIVATE_KEY" | tr -d '\r' >/root/.ssh/id_rsa
|
||||||
@ -49,7 +47,7 @@ deploy-beta:
|
|||||||
- git fetch --force git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages:gh-pages
|
- git fetch --force git@github.com:OttoWinter/beta.esphomelib.com.git gh-pages:gh-pages
|
||||||
- git worktree add _build/html gh-pages
|
- git worktree add _build/html gh-pages
|
||||||
- make ../esphomelib
|
- make ../esphomelib
|
||||||
- make deploy
|
- CNAME="beta.esphomelib.com" make deploy
|
||||||
- git -C _build/html push -f 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:
|
only:
|
||||||
- rc
|
- rc
|
||||||
|
Loading…
Reference in New Issue
Block a user