Skip to content

Commit 39d0cab

Browse files
author
nimuy99
committed
#29 Fix: deploy test 18
1 parent 1ec813d commit 39d0cab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Create application.yml
2323
run: |
2424
mkdir -p src/main/resources
25-
echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
25+
cat <<EOF > src/main/resources/application.yml
26+
${{ secrets.APPLICATION_YML }}
27+
EOF
2628
shell: bash
2729

2830
- name: Ensure application.yml exists before Docker build

0 commit comments

Comments
 (0)