Force push.
This commit is contained in:
parent
6512520a8e
commit
ce111f6339
@ -1,8 +1,8 @@
|
||||
prod:
|
||||
root: /var/www/html/dchadwick/web
|
||||
uri: https://www.danchadwickdesign.com
|
||||
host: 164.92.85.112
|
||||
user: dan
|
||||
uri: https://www.danchadwick.dev
|
||||
host: 64.23.158.41
|
||||
user: root
|
||||
local:
|
||||
root: /var/www/html/web
|
||||
uri: https://dchadwick.ddev.site
|
||||
|
||||
@ -17,4 +17,4 @@
|
||||
find . -mindepth 2 -type d -name ".git" -exec rm -rf {} +
|
||||
git add -A
|
||||
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
|
||||
.phpunit.cache
|
||||
.git
|
||||
.gitignore
|
||||
.gitmodules
|
||||
.git/modules/*
|
||||
private-files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user