File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7878 ENVIRONMENT=Staging
7979 RELEASE_NAME=${{ github.ref_name }}
8080 fi
81- CORS=$(echo "^https://${{ env. RELEASE_NAME} }.apip.preprod-tilleuls.ovh|$CORS_LOCALHOST$" | sed 's/\./\\./g' )
81+ CORS=$(echo "^https://${RELEASE_NAME}.apip.preprod-tilleuls.ovh|$CORS_LOCALHOST$" | sed 's/\./\\./g' )
8282 NAMESPACE=nonprod-website
8383 REPLICA=1
8484 URL=$RELEASE_NAME.apip.preprod-tilleuls.ovh
9090 echo "release_name=$RELEASE_NAME" >> "$GITHUB_OUTPUT"
9191 echo "replica=$REPLICA" >> "$GITHUB_OUTPUT"
9292 echo "url=$URL" >> "$GITHUB_OUTPUT"
93+ echo "secret=${{ secrets.pgpasswd }}" >> "$GITHUB_OUTPUT"
94+
9395 cat $GITHUB_OUTPUT
9496
9597
@@ -168,7 +170,7 @@ jobs:
168170 --set=php.host=${{ needs.meta.outputs.url }} \
169171 --set=next.rootUrl=${{ needs.meta.outputs.url }} \
170172 --set=github.key=${{ secrets.gh-key }} \
171- --set=postgresql.global.postgresql.auth.password=${{ secrets.pgpasswd }} \
173+ --set=postgresql.global.postgresql.auth.password=" ${{ secrets.pgpasswd }}" \
172174 --set=postgresql.global.postgresql.auth.username=website \
173175 | sed --unbuffered '/USER-SUPPLIED VALUES/,$d'
174176 - name : Debug kube events
You can’t perform that action at this time.
0 commit comments