Fix deployment on dev branch (#2834)

The deployment on dev channel should always be development. The change
came in from the main branch backmerge where the wrong merge strategy
has been used (the merge strategy "ort" along with option "ours" has
been used, instead of the "ours" merge strategy). And since the
deployment was a separate hunk, it resolved to the release branch.
This commit is contained in:
Stefan Agner 2023-10-17 17:34:53 +02:00 committed by GitHub
parent 157144eaa5
commit 44dc1781a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ VERSION_SUFFIX="dev0"
HASSOS_NAME="Home Assistant OS" HASSOS_NAME="Home Assistant OS"
HASSOS_ID="haos" HASSOS_ID="haos"
DEPLOYMENT="production" DEPLOYMENT="development"