diff --git a/drush/sites/self.site.yml b/drush/sites/self.site.yml index e63f09d..1d9e485 100644 --- a/drush/sites/self.site.yml +++ b/drush/sites/self.site.yml @@ -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 diff --git a/scripts/deploy.sh b/scripts/deploy.sh index fa07459..226220f 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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 diff --git a/scripts/rsync-exclude.txt b/scripts/rsync-exclude.txt index cbe5562..43a5695 100644 --- a/scripts/rsync-exclude.txt +++ b/scripts/rsync-exclude.txt @@ -3,6 +3,7 @@ settings.ddev.php development.services.yml .phpunit.cache .git +.gitignore .gitmodules .git/modules/* private-files