Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo committed May 13, 2024
2 parents b573b4e + 121069a commit fdf89e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ update:
ddev exec php craft update all

pull:
ddev php craft servd-asset-storage/local/pull-database
ddev exec php craft servd-asset-storage/local/pull-database

up:
ddev exec php craft up --interactive=0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ We've create a few commands to make development easier. All these commands are r
| `make prod` | Run on production to start Vite build process - minify, compress etc. |
| `make clean` | Removes composer and node files ready for a clean install. |
| `make update` | Smaller command that runs `ddev exec php craft update all`. |
| `make up` 💅 | Runs project config apply and migrations apply. |
| `make pull` | Pulls a database dump from a remote Servd environment into the local database. |

## Nice to know
Expand Down

0 comments on commit fdf89e0

Please sign in to comment.