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 3ac5403 commit 58dff91
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/EKS-PROD-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 21.1.0
- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_PROD }}
- name: Write .env file
run: |
echo "${{ secrets.ENV_FILE_PROD }}" | base64 -d > manifest/configmap.yaml
echo "Contents of manifest/configmap.yaml:"
cat manifest/configmap.yaml
./scripts/write_config.sh "${{ secrets.ENV_FILE_PROD }}"
env:
ENV_FILE_PROD: ${{ secrets.ENV_FILE_PROD }}
- name: Show PWD and list content
run: |
echo "Current Working Directory: $(pwd)"
Expand Down

0 comments on commit 58dff91

Please sign in to comment.