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 42bcb6b commit 838b7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
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
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 838b7ed

Please sign in to comment.