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
AbhilashKD authored Jul 11, 2024
1 parent ac90a14 commit 21b261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/EKS-DEV-PRATHAM-DEPLOYMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Decode and write .env file
run: |
echo "${{ secrets.ENV_FILE_CONTENT_DEV }}" > manifest/configmap.yaml
echo "${{ secrets.ENV_FILE_CONTENT_DEV }}" | base64 -d > manifest/configmap.yaml
echo "Contents of manifest/configmap.yaml:"
cat manifest/configmap.yaml
Expand Down

0 comments on commit 21b261e

Please sign in to comment.