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
|
*.ttf -text diff
|
||||||
*.woff -text diff
|
*.woff -text diff
|
||||||
*.woff2 -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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "cb8e7c4fd7e517fde208a6c84d11fd64",
|
"content-hash": "73e619fc9f1503433167a222882d2c3b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
prod:
|
prod:
|
||||||
root: /var/www/html/dchadwick/web
|
|
||||||
uri: https://www.danchadwick.dev
|
|
||||||
host: 64.23.158.41
|
host: 64.23.158.41
|
||||||
user: root
|
user: root
|
||||||
|
root: /var/www/html/dchadwick/web
|
||||||
|
uri: "https://www.danchadwick.dev"
|
||||||
local:
|
local:
|
||||||
root: /var/www/html/web
|
root: /var/www/html/web
|
||||||
uri: https://dchadwick.ddev.site
|
uri: https://dchadwick.ddev.site
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
rsync -av --exclude-from="$LOCAL_REPO/scripts/rsync-exclude.txt" $LOCAL_REPO/ .
|
rsync -av --exclude-from="$LOCAL_REPO/scripts/rsync-exclude.txt" $LOCAL_REPO/ .
|
||||||
rm .gitignore
|
rm .gitignore
|
||||||
git rm --cached .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 {} +
|
find . -mindepth 2 -type d -name ".git" -exec rm -rf {} +
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Automated Artifact Build."
|
git commit -m "Automated Artifact Build."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user