No more dry runs, adding trusted host patterns.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user