diff --git a/.deployer/hooks/2-releasing.sh b/.deployer/hooks/2-releasing.sh index ecb867a..6bc54cf 100644 --- a/.deployer/hooks/2-releasing.sh +++ b/.deployer/hooks/2-releasing.sh @@ -24,6 +24,8 @@ echo "→ Preparing release..." # Framework Detection # ---- +framework="" + if [[ -f artisan ]]; then framework="laravel" elif [[ -f bin/console ]]; then