Skip to content

Commit

Permalink
Update eks-pratham-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Sep 13, 2024
1 parent 6fff7d1 commit 47461d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eks-pratham-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Copy .env file
env:
ENV_FILE_CONTENT: '${{ secrets.ENV_FILE_CONTENT }}"'
run: echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
run: echo "$ENV_FILE_CONTENT" | sed 's/\\n/\'$'\n''/g' > manifest/configmap.yaml
#echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
- name: Show PWD and list content
run: |
echo "Current Working Directory: pwd"
Expand Down

0 comments on commit 47461d2

Please sign in to comment.