Skip to content

Commit 4aea6a0

Browse files
committed
fix k8s mercure JWT secret
1 parent 8882512 commit 4aea6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ helm upgrade --install --reset-values --force --namespace=$NAMESPACE --recreate-
6161
--set php.corsAllowOrigin=$CORS_ALLOW_ORIGIN \
6262
--set php.trustedHosts=$TRUSTED_HOSTS \
6363
--set php.repository=$PHP_REPOSITORY,php.tag=$TAG \
64-
--set php.mercure.jwt=$MERCURE_JWT \
64+
--set php.mercure.jwt=$MERCURE_JWT_SECRET \
6565
--set nginx.repository=$NGINX_REPOSITORY,nginx.tag=$TAG \
6666
--set varnish.repository=$VARNISH_REPOSITORY,varnish.tag=$TAG \
6767
--set blackfire.blackfire.server_id=$BLACKFIRE_SERVER_ID \

0 commit comments

Comments
 (0)