Skip to content

Commit

Permalink
change to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Oct 8, 2024
1 parent d22fbda commit 00f07b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sed -i "s/REPLACE_EVENT_KEY/${{ secrets.INNGEST_EVENT_KEY }}/g" kustomization.yaml
# TLS cert
sed -i "s/REPLACE_TLS_CERT_ARN/${{ secrets.TLS_CERT_ARN }}/g" service.yaml
sed -i 's/REPLACE_TLS_CERT_ARN/${{ secrets.TLS_CERT_ARN }}/g' service.yaml
- name: Deploy
uses: ianbelcher/eks-kubectl-action@master # ALERT: master...?
Expand Down

0 comments on commit 00f07b5

Please sign in to comment.