Skip to content

Commit 9cd4b4d

Browse files
committed
Migration: speed up
1 parent 5b7d7c9 commit 9cd4b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/migration/deploy.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ scp app/migration/.ovh.yml watchdoge:.
1212
ssh -A watchdoge -- sudo mv .ovh.yml /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/
1313
ssh -A watchdoge -- sudo chown root:root /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/.ovh.yml
1414
ssh -A watchdoge -- sudo chmod 644 /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/.ovh.yml
15+
16+
17+
ssh -A watchdoge -- sudo cp /var/www/datapass_reborn_$RAILS_ENV/data.db /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/dumps/

0 commit comments

Comments
 (0)