Compare commits
No commits in common. "cdbbba6b3c59d9ead301614c367c6786c8966d09" and "b0c47f63d1f189c9837f9a023cad9d170756e7d7" have entirely different histories.
cdbbba6b3c
...
b0c47f63d1
|
@ -6,5 +6,5 @@ TODO
|
||||||
|
|
||||||
* Script to export database from production database
|
* Script to export database from production database
|
||||||
* Script to export wordpress directory from production
|
* Script to export wordpress directory from production
|
||||||
* Script to set up local container using exported database/wordpress installation
|
* Script to set up local container using exported database/wordpress installation from production
|
||||||
* Refactor duplicated code (e.g., creating containers, exporting data)
|
* Refactor duplicated code (e.g., creating containers, exporting data)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
./dev/export-data.sh
|
./dev/download-data.sh
|
||||||
|
|
||||||
./production/export-to-production.sh
|
./production/export-to-production.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue