Skip to content

Commit

Permalink
deploy backup path ref #78
Browse files Browse the repository at this point in the history
  • Loading branch information
seeReadCode committed Mar 23, 2017
1 parent c793dfc commit c93e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy_self.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c93e8c2

Please sign in to comment.