aboutsummaryrefslogtreecommitdiff
path: root/templates/drupal-deploy.sh.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/drupal-deploy.sh.erb')
-rw-r--r--templates/drupal-deploy.sh.erb20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/drupal-deploy.sh.erb b/templates/drupal-deploy.sh.erb
deleted file mode 100644
index e7b51ae..0000000
--- a/templates/drupal-deploy.sh.erb
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-#
-# Deploy a fresh drupal tree.
-#
-
-if [ "$#" != "1" ]; then
- echo "Usage: `basename $0` <version>"
- exit 1
-fi
-
-NEW="$1"
-BASE="<%= $apache_www_folder %>"
-
-cd $BASE
-
-# Deploy a fresh drupal tree
-wget http://ftp.drupal.org/files/projects/drupal-$NEW.tar.gz
-tar zxvf drupal-$NEW.tar.gz && rm drupal-$NEW.tar.gz
-chown -R root.root drupal-$NEW/
-cd drupal-$NEW && rm -rf sites