Skip to content

Commit a0135e3

Browse files
committed
text fix json
1 parent ff07ca1 commit a0135e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# https://github.com/helm/helm/issues/8036
123123
- name: Build helm dependencies
124124
run: |
125-
helm repo add bitnami https://charts.bitnami.com/bitnami/
125+
#helm repo add bitnami https://charts.bitnami.com/bitnami/
126126
helm repo add stable https://charts.helm.sh/stable/
127127
helm dependency build ./helm/api-platform
128128
- name: HELM Deploy
@@ -160,7 +160,6 @@ jobs:
160160
--set=php.jwt.secretKey="$JWT_SECRET_KEY" \
161161
--set=php.jwt.publicKey="$(openssl pkey -in <(echo "$JWT_SECRET_KEY") -passin file:<(echo "$JWT_PASSPHRASE") -pubout)" \
162162
--set=php.jwt.passphrase=$JWT_PASSPHRASE \
163-
--set=php.corsAllowOrigin="^$(echo "${{ join(fromJSON(env.CORS), '|') }}" | sed 's/\./\\./g')$" \
164163
--set=php.host=${{ env.URL }} \
165164
--set=next.rootUrl=${{ env.URL }} \
166165
--set=github.key=${{ secrets.gh-key }} \

0 commit comments

Comments
 (0)