Skip to content

Commit

Permalink
Update dev-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick authored Nov 21, 2024
1 parent 15065ad commit 42bcb6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
- name: Copy .env file
env:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_CONTENT_DEV }}
run: printf "%s" "$ENV_FILE_CONTENT" > manifest/configmap.yaml
#echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
- name: Show contents of manifest/configmap.yaml
run: cat manifest/configmap.yaml | base64
# run: printf "%s" "$ENV_FILE_CONTENT" > manifest/configmap.yaml
run: echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
- name: Show PWD and list content and Latest 3 commits
run: |
echo "Fetching all branches to ensure complete history"
Expand Down

0 comments on commit 42bcb6b

Please sign in to comment.