Skip to content

Commit

Permalink
Update EKS-PROD-Deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferjoya authored Jun 14, 2024
1 parent a300b5a commit f1c309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/EKS-PROD-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_PROD }}
run: echo "$ENV_FILE_PROD" > manifest/configmap.yaml
run: echo "$ENV_FILE_PROD" >> manifest/configmap.yaml
- name: Show PWD and list content
run: |
echo "Current Working Directory: pwd"
Expand Down

0 comments on commit f1c309a

Please sign in to comment.