lemp php8.1 fix, drupal deploy git submodul init fix

This commit is contained in:
2024-07-29 12:06:35 +02:00
parent 47b88ae300
commit 6efc4fba23
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ cd ./public_html
echo ""
echo "Pulling down latest code."
git pull --ff-only origin prod
git submodule update --remote --recursive
git submodule update --init --remote --recursive
echo ""
echo "Clearing drush caches."
drush cache-clear drush