Skip to content

Commit

Permalink
Update dev-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Nov 22, 2024
1 parent 2b66bf4 commit 69981fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
ENV_FILE_CONTENT: ${{ secrets.ENV_FILE_CONTENT_DEV }}
run: printf "%s" "$ENV_FILE_CONTENT" > manifest/configmap.yaml
# run: echo "$ENV_FILE_CONTENT" > manifest/configmap.yaml
- name: Copy .env file in the code
env:
DEV_ENV: ${{ secrets.DEV_ENV }}
run: rm -f .env && echo '${{ secrets.DEV_ENV }}' > .env
#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 69981fa

Please sign in to comment.