Not sure.

This commit is contained in:
calcu1on 2025-09-01 22:21:19 -04:00
parent 4353602662
commit a6c7e99275
4 changed files with 4 additions and 5 deletions

1
.gitattributes vendored
View File

@ -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

2
composer.lock generated
View File

@ -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",

View File

@ -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

View File

@ -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."