We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd4b4d commit 8f0deb1Copy full SHA for 8f0deb1
app/migration/deploy.sh
@@ -15,3 +15,4 @@ ssh -A watchdoge -- sudo chmod 644 /var/www/datapass_reborn_$RAILS_ENV/current/a
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/
18
+ssh -A watchdoge -- sudo cp /var/www/datapass_reborn_$RAILS_ENV/*.sql /var/www/datapass_reborn_$RAILS_ENV/current/app/migration/dumps/
app/migration/run.sh
@@ -12,7 +12,7 @@ SKIP_DOCUMENT_VALIDATION=true
12
LOCAL=false
13
## END TODO
14
-export RAILS_ENV LOCAL
+export RAILS_ENV LOCAL SKIP_DOCUMENT_VALIDATION
## Process ici: https://pad.incubateur.net/xMY2MVZ1STexUrU8yfYMng
0 commit comments