Skip to content

Commit 0314397

Browse files
committed
Reduction.
1 parent 3352731 commit 0314397

File tree

93 files changed

+1200
-7189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1200
-7189
lines changed

.ddev/commands/host/deploy

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# Install the site directly from the config.
4+
# ddev drush si minimal --existing-config --yes
5+
6+
# Install the site directly from the config.
7+
ddev import-db --file=db-snapshot.sql.gz
8+
9+
ddev drush config:import -y
10+
11+
ddev drush updb -y
12+
13+
ddev drush uli

.ddev/commands/host/export-content

Lines changed: 0 additions & 5 deletions
This file was deleted.

.ddev/commands/host/load

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
# Install the site directly from the config.
4+
# ddev drush si minimal --existing-config --yes
5+
6+
ddev import-db --file=_db_main.sql.gz
7+
8+
ddev drush config:status
9+
10+
ddev drush updb -y
11+
12+
ddev drush uli

.ddev/commands/host/refresh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.ddev/commands/host/save

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/bash
2+
3+
echo "Removing cache data."
4+
ddev drush sqlq " \
5+
TRUNCATE cache_access_policy; \
6+
TRUNCATE cache_bootstrap; \
7+
TRUNCATE cache_config; \
8+
TRUNCATE cache_container; \
9+
TRUNCATE cache_data; \
10+
TRUNCATE cache_default; \
11+
TRUNCATE cache_discovery; \
12+
TRUNCATE cache_dynamic_page_cache; \
13+
TRUNCATE cache_tome_static; \
14+
TRUNCATE cache_toolbar; \
15+
TRUNCATE queue; \
16+
TRUNCATE router; \
17+
TRUNCATE sessions; \
18+
"
19+
20+
ddev export-db --file=_db_main.sql.gz

.ddev/commands/host/scratch

Lines changed: 0 additions & 9 deletions
This file was deleted.

.platform.app.yaml

Lines changed: 0 additions & 110 deletions
This file was deleted.

.platform/routes.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.platform/services.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

_db_main.sql.gz

313 KB
Binary file not shown.

0 commit comments

Comments
 (0)