Skip to content

Commit

Permalink
Update file paths for tlsSecrets.crt and tlsSecrets.key
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 3, 2024
1 parent b7ca74b commit 8b06268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ jobs:
--set backendSecrets.adminUsername="$ADMIN_USERNAME" \
--set backendSecrets.adminEmail="$ADMIN_EMAIL" \
--set backendSecrets.adminPassword="$ADMIN_PASSWORD" \
--set-file tlsSecrets.crt="crt.pem" \
--set-file tlsSecrets.key="key.pem"
--set-file tlsSecrets.crt="./crt.pem" \
--set-file tlsSecrets.key="./key.pem"

0 comments on commit 8b06268

Please sign in to comment.