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

0 comments on commit 0d57dd1

Please sign in to comment.