Skip to content

Commit

Permalink
🏗 Correction on build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Apr 3, 2024
1 parent 958cdd8 commit 86663d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Substitute secret in deployment YAML
run: |
envsubst < deployment.yaml > deployment_with_secret.yaml
envsubst < kubernetes/deployment.yaml > deployment_with_secret.yaml
- name: Deploy to Kubernetes
run: kubectl apply -f deployment_with_secret.yaml

0 comments on commit 86663d7

Please sign in to comment.