Skip to content

Commit 9052178

Browse files
committed
Migration: enhance scripts
1 parent 8f0deb1 commit 9052178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/migration/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ ssh -A watchdoge -- sudo chmod 644 /var/www/datapass_reborn_$RAILS_ENV/current/a
1515

1616

1717
ssh -A watchdoge -- sudo cp /var/www/datapass_reborn_$RAILS_ENV/data.db /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/dumps/
18-
ssh -A watchdoge -- sudo cp /var/www/datapass_reborn_$RAILS_ENV/*.sql /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/dumps/
18+
ssh -A watchdoge -- sudo cp /var/www/datapass_reborn_$RAILS_ENV/app/migration/dumps/*.sql /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/dumps/

0 commit comments

Comments
 (0)