aboutsummaryrefslogtreecommitdiffstats
path: root/.openshift/action_hooks
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-18 19:19:16 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-18 19:19:16 +0100
commit5d24f62b95b5ac47e490c1859cc1eeb806be594d (patch)
tree76e45b5c6810d710b2415422721b1cba9a72960d /.openshift/action_hooks
parentdd3f69eaf357d6a43e087b0b8ed8402738cc39a5 (diff)
downloadvolse-hubzilla-5d24f62b95b5ac47e490c1859cc1eeb806be594d.tar.gz
volse-hubzilla-5d24f62b95b5ac47e490c1859cc1eeb806be594d.tar.bz2
volse-hubzilla-5d24f62b95b5ac47e490c1859cc1eeb806be594d.zip
Add Hubzilla Hubsites plugin to deploy script, change git for DeadSuperHero Hubzilla themes
Diffstat (limited to '.openshift/action_hooks')
-rwxr-xr-x.openshift/action_hooks/deploy7
1 files changed, 6 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy
index 5b4fc4864..fb5f5d170 100755
--- a/.openshift/action_hooks/deploy
+++ b/.openshift/action_hooks/deploy
@@ -197,7 +197,7 @@ util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAdd
# Hubzilla themes
echo "Try to add or update Hubzilla themes"
cd ${OPENSHIFT_REPO_DIR}
-util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-themes.git DeadSuperHeroThemes
+util/add_theme_repo https://github.com/DeadSuperHero/hubzilla-themes.git DeadSuperHeroThemes
# Hubzilla ownMapp
echo "Try to add or update Hubzilla ownMapp"
@@ -208,3 +208,8 @@ util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp
echo "Try to add or update Hubzilla chess "
cd ${OPENSHIFT_REPO_DIR}
util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess
+
+# Hubzilla Hubsites
+echo "Try to add or update Hubzilla Hubsites"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_addon_repo https://gitlab.com/zot/hubsites.git Hubsites