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