Compare commits
2 Commits
b0c47f63d1
...
cdbbba6b3c
Author | SHA1 | Date |
---|---|---|
|
cdbbba6b3c | |
|
b217c4488d |
|
@ -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 from production
|
* Script to set up local container using exported database/wordpress installation
|
||||||
* 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/download-data.sh
|
./dev/export-data.sh
|
||||||
|
|
||||||
./production/export-to-production.sh
|
./production/export-to-production.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue