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 711ab64 commit b62608e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/eks-pratham-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 21.1.0
- name: Copy .env file to configmap.yaml
- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_CONTENT }}
run: |
echo "$ENV_FILE_CONTENT" | sed 's/\\n/\'$'\n''/g' > manifest/configmap.yaml
#echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
ENV_FILE_CONTENT: '${{ secrets.ENV_FILE_CONTENT }}"'
run: 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 b62608e

Please sign in to comment.