aboutsummaryrefslogtreecommitdiff
path: root/templates/deploy.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/deploy.sh.erb')
-rw-r--r--templates/deploy.sh.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb
index edcae12..e895546 100644
--- a/templates/deploy.sh.erb
+++ b/templates/deploy.sh.erb
@@ -5,12 +5,12 @@
# Parameters
NAME="$1"
-WEB_OWNER="$2"
-WEB_GROUP="$3"
-INSTANCE="ikiwiki"
-BASE="<%= scope.lookupvar('ikiwiki::sites_folder') %>"
+OWNER="$2"
+GROUP="$3"
SITE=$BASE/$NAME
+INSTANCE="ikiwiki"
CONF="/etc/ikiwiki"
+BASE="<%= scope.lookupvar('ikiwiki::sites_folder') %>"
REPO_OWNER="<%= scope.lookupvar('ikiwiki::git_implementation') %>"
REMOTE="$REPO_OWNER@localhost:$NAME"
REPO="/var/git/repositories/$NAME.git"