We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec813d commit 39d0cabCopy full SHA for 39d0cab
.github/workflows/deploy.yml
@@ -22,7 +22,9 @@ jobs:
22
- name: Create application.yml
23
run: |
24
mkdir -p src/main/resources
25
- echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
+ cat <<EOF > src/main/resources/application.yml
26
+ ${{ secrets.APPLICATION_YML }}
27
+ EOF
28
shell: bash
29
30
- name: Ensure application.yml exists before Docker build
0 commit comments