fix deploy

This commit is contained in:
2020-03-29 15:36:57 +02:00
parent 623fa0b6f3
commit f59a5377af

View File

@@ -35,7 +35,7 @@ mysqldump --user="$user" --password="$pass" -B "$database" > storage/logs/databa
if [ "production" == "$env" ];
then
echo "en production"
echo "deploy in production"
git pull origin production
composer install