We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982126b commit 35cc409Copy full SHA for 35cc409
.github/workflows/deploy.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Remove this after the env is created so live sites don't run ddev start.
62
ddev-start: "yes"
63
- ddev-project-name: "thinkdrop.${{ matrix.name }}"
+ ddev-project-name: "${{ matrix.project }}.${{ matrix.name }}"
64
65
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
66
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments