No more dry runs, adding trusted host patterns.

This commit is contained in:
calcu1on
2025-09-01 21:12:31 -04:00
parent b4f3df8b8a
commit 6512520a8e
3 changed files with 7 additions and 20 deletions

View File

@@ -17,4 +17,4 @@ composer install --no-dev --prefer-dist --no-interaction
find . -mindepth 2 -type d -name ".git" -exec rm -rf {} +
git add -A
git commit -m "Automated Artifact Build."
git push origin $DESTINATION_BRANCH --dry-run
git push origin $DESTINATION_BRANCH

View File

@@ -1,9 +1,10 @@
.ddev
settings.ddev.php
development.services.yml
.phpunit.cache
.git
.gitmodules
.git/modules/*
sites/default/files
private-files
vendor
node_modules