7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Description: Deploy project from within container
|
|
## Usage: deploy
|
|
|
|
php vendor/bin/dep deploy
|