We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04430d commit e4c5834Copy full SHA for e4c5834
bin/build_static_site.sh
@@ -10,6 +10,7 @@ cd web || exit 1
10
echo "Removes redirects"
11
../vendor/bin/drush scr ../bin/remove_redirects.php
12
../vendor/bin/drush pmu redirect --yes
13
+../vendor/bin/drush pmu dblog --yes
14
../vendor/bin/drush sql-dump --result-file=../bin/static_db.sql
15
16
rsync -a -v ../../machinevision [email protected]:/home/cloud-user/
0 commit comments