8 lines
86 B
Bash
Executable file
8 lines
86 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd web
|
|
|
|
symfony php ../vendor/bin/drush config-export -y
|