Compare commits
2 Commits
b0c47f63d1
...
cdbbba6b3c
Author | SHA1 | Date |
---|---|---|
Ray Elliott | cdbbba6b3c | |
Ray Elliott | b217c4488d |
|
@ -6,5 +6,5 @@ TODO
|
|||
|
||||
* Script to export database from production database
|
||||
* 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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ./config
|
||||
|
||||
./dev/download-data.sh
|
||||
./dev/export-data.sh
|
||||
|
||||
./production/export-to-production.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue