Skip to content

Commit

Permalink
Update EKS-DEV-PRATHAM-DEPLOYMENT.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferjoya authored Jul 10, 2024
1 parent 976d93c commit b033626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/EKS-DEV-PRATHAM-DEPLOYMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
ECR_REPOSITORY: ${{ secrets.ECR_REPOSITORY }}
IMAGE_TAG: ${{ secrets.ECR_IMAGE_TAG }}
run: |
# Print env variables for debugging
echo "ECR_REPOSITORY: $ECR_REPOSITORY"
echo "IMAGE_TAG: $IMAGE_TAG"
# Substitute env variables in the YAML
envsubst < manifest/notification-service.yaml > manifest/notification-service-updated.yaml
echo "Substituted YAML:"
cat manifest/notification-service-updated.yaml # Print the substituted file
Expand Down

0 comments on commit b033626

Please sign in to comment.