Not sure.
This commit is contained in:
parent
4353602662
commit
a6c7e99275
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
2
composer.lock
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user