Force push.
This commit is contained in:
parent
6512520a8e
commit
ce111f6339
@ -1,8 +1,8 @@
|
|||||||
prod:
|
prod:
|
||||||
root: /var/www/html/dchadwick/web
|
root: /var/www/html/dchadwick/web
|
||||||
uri: https://www.danchadwickdesign.com
|
uri: https://www.danchadwick.dev
|
||||||
host: 164.92.85.112
|
host: 64.23.158.41
|
||||||
user: dan
|
user: root
|
||||||
local:
|
local:
|
||||||
root: /var/www/html/web
|
root: /var/www/html/web
|
||||||
uri: https://dchadwick.ddev.site
|
uri: https://dchadwick.ddev.site
|
||||||
|
|||||||
@ -17,4 +17,4 @@
|
|||||||
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."
|
||||||
git push origin $DESTINATION_BRANCH
|
git push -f origin $DESTINATION_BRANCH
|
||||||
|
|||||||
@ -3,6 +3,7 @@ settings.ddev.php
|
|||||||
development.services.yml
|
development.services.yml
|
||||||
.phpunit.cache
|
.phpunit.cache
|
||||||
.git
|
.git
|
||||||
|
.gitignore
|
||||||
.gitmodules
|
.gitmodules
|
||||||
.git/modules/*
|
.git/modules/*
|
||||||
private-files
|
private-files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user