Remove command to get a database from the server

This commit is contained in:
Oliver Davies 2020-11-02 01:20:24 +00:00
parent 147a5ad1da
commit 26c1138139
2 changed files with 0 additions and 41 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
main() {
cd tools/ansible
ansible-playbook download-database.yml
ddev import-db --src ../../dump.sql.gz
rm ../../dump.sql.gz
}
main