From 5d07bab51c8263535a5d98baaf4a11ba439ddec0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 Mar 2015 17:59:09 -0700 Subject: [PATCH] Embed deploy target as git submodule --- .gitignore | 1 - .gitmodules | 4 ++++ _deploy | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 _deploy diff --git a/.gitignore b/.gitignore index f8a6236bb06..8a63f6d4a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ .sass-cache .gist-cache .pygments-cache -_deploy public sass.old source.old diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000000..e590545c1cb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "_deploy"] + path = _deploy + url = https://github.com/balloob/home-assistant.git + branch = gh-pages diff --git a/_deploy b/_deploy new file mode 160000 index 00000000000..c04323351d3 --- /dev/null +++ b/_deploy @@ -0,0 +1 @@ +Subproject commit c04323351d38c37fd8a9e2f5b731f9216873055c