diff --git a/.ddev/commands/web/deploy b/.ddev/commands/web/deploy new file mode 100755 index 00000000..f8e4803b --- /dev/null +++ b/.ddev/commands/web/deploy @@ -0,0 +1,6 @@ +#!/bin/bash + +## Description: Deploy project from within container +## Usage: deploy + +php vendor/bin/dep deploy