From 2ea0beb38608d1e7001cb55607ae8cab88cb36dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 28 Jan 2020 12:33:43 +0100 Subject: [PATCH] Add deploy command to web container --- .ddev/commands/web/deploy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .ddev/commands/web/deploy 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