From a6c7e99275197eae5f94ea15021731c26e813a9a Mon Sep 17 00:00:00 2001 From: calcu1on Date: Mon, 1 Sep 2025 22:21:19 -0400 Subject: [PATCH] Not sure. --- .gitattributes | 1 - composer.lock | 2 +- drush/sites/self.site.yml | 4 ++-- scripts/deploy.sh | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 34aa9c2..f9e806c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,4 +63,3 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp *.ttf -text diff *.woff -text diff *.woff2 -text diff -vendor/ -text diff --git a/composer.lock b/composer.lock index c0dda04..990a1d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cb8e7c4fd7e517fde208a6c84d11fd64", + "content-hash": "73e619fc9f1503433167a222882d2c3b", "packages": [ { "name": "asm89/stack-cors", diff --git a/drush/sites/self.site.yml b/drush/sites/self.site.yml index 1d9e485..99257ea 100644 --- a/drush/sites/self.site.yml +++ b/drush/sites/self.site.yml @@ -1,8 +1,8 @@ prod: - root: /var/www/html/dchadwick/web - uri: https://www.danchadwick.dev host: 64.23.158.41 user: root + root: /var/www/html/dchadwick/web + uri: "https://www.danchadwick.dev" local: root: /var/www/html/web uri: https://dchadwick.ddev.site diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 8cd5f84..5ceb3d4 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -15,7 +15,7 @@ rsync -av --exclude-from="$LOCAL_REPO/scripts/rsync-exclude.txt" $LOCAL_REPO/ . rm .gitignore git rm --cached .gitignore -composer install --no-dev --prefer-dist --no-interaction +composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader find . -mindepth 2 -type d -name ".git" -exec rm -rf {} + git add -A git commit -m "Automated Artifact Build."