Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
473 B

  1. #!/usr/local/bin/bash
  2. export PLANNING_ROOT="/data/vhost/www.planningalerts.com/"
  3. export PLANNING_BACKUPS="$PLANNING_ROOT/backups/"
  4. export DEPLOYMENT_LOG_DIRECTORY="$PLANNING_ROOT/logs/"
  5. export DEPLOYMENT_LOG="$DEPLOYMENT_LOG_DIRECTORY/deployment_log"
  6. export BACKUP_DIRECTORY_NAME="planningalerts_backup_`date +%F_%Hh%Mm%Ss`"
  7. export BACKUP_DIRECTORY="$PLANNING_BACKUPS$BACKUP_DIRECTORY_NAME/"
  8. export TEAM_EMAIL="team@planningalerts.com"
  9. $SHELL deployment_script_common