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.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb
index 80b1b36..bd4031d 100644
--- a/templates/deploy.sh.erb
+++ b/templates/deploy.sh.erb
@@ -39,9 +39,5 @@ git clone $REPO $SITE/"$INSTANCE"_src
# Fix remotes
( cd $SITE/"$INSTANCE"_src && git remote rm origin && git remote add origin $REMOTE )
-# Fix permissions
-chown $REPO_OWNER. $REPO
-chown $WEB_OWNER.$WEB_GROUP $SITE/"$INSTANCE"_src
-
# Cleanup
rm -rf $SITE/"$INSTANCE"_src_tmp