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 39d0cab commit 2d29e98Copy full SHA for 2d29e98
.github/workflows/deploy.yml
@@ -29,8 +29,10 @@ jobs:
29
30
- name: Ensure application.yml exists before Docker build
31
run: |
32
- ls -l src/main/resources/application.yml || echo "application.yml not found!"
33
- cp src/main/resources/application.yml .
+ ls -l src/main/resources/application.yml
+ echo "Checking application.yml content:"
34
+ cat src/main/resources/application.yml || echo "application.yml is empty!"
35
+ shell: bash
36
37
- name: Build with Gradle
38
0 commit comments