Skip to content

Commit

Permalink
.github/workflows/deploy.yaml: add prepareRepoConfig: true to the acd…
Browse files Browse the repository at this point in the history
…h-oeaw/arche_cicd_start_action
  • Loading branch information
zozlak committed Oct 24, 2024
1 parent 9531016 commit 312edb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
phpExtensions: json,yaml,pdo,pdo_sqlite
phpstanLevel: 0
prepareRepoConfig: true
- name: build docker image
run: |
mkdir build/docroot && cp -R `ls -1 | grep -v ^build` build/docroot/ && cp build/config/arche.yaml build/docroot/config.yaml
Expand Down

0 comments on commit 312edb1

Please sign in to comment.