From c93e8c2db33b7149a8033c7264b0401f0e1d838d Mon Sep 17 00:00:00 2001 From: Christopher Reed Date: Thu, 23 Mar 2017 17:02:33 -0400 Subject: [PATCH] deploy backup path ref #78 --- bin/deploy_self.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy_self.sh b/bin/deploy_self.sh index 358d9d7b..b0333d8f 100755 --- a/bin/deploy_self.sh +++ b/bin/deploy_self.sh @@ -13,7 +13,7 @@ rsync -az --copy-links ~/data/coyote/current/* $DIR RAILS_ENV=$1 bundle exec rake backup:db mv ../coyote*.sql $DIR -tar -zcvf ~/backups/$DIR.tar.gz ~/backups +tar -zcvf $DIR.tar.gz ~/backups rm -rf $DIR #deploy