Skip to content

Commit 35cc409

Browse files
committed
Wrong ddev project name.
1 parent 982126b commit 35cc409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Remove this after the env is created so live sites don't run ddev start.
6262
ddev-start: "yes"
63-
ddev-project-name: "thinkdrop.${{ matrix.name }}"
63+
ddev-project-name: "${{ matrix.project }}.${{ matrix.name }}"
6464

6565
ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
6666
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)