Skip to content

Commit 2d29e98

Browse files
author
nimuy99
committed
#29 Fix: deploy test 19
1 parent 39d0cab commit 2d29e98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929

3030
- name: Ensure application.yml exists before Docker build
3131
run: |
32-
ls -l src/main/resources/application.yml || echo "application.yml not found!"
33-
cp src/main/resources/application.yml .
32+
ls -l src/main/resources/application.yml
33+
echo "Checking application.yml content:"
34+
cat src/main/resources/application.yml || echo "application.yml is empty!"
35+
shell: bash
3436

3537
- name: Build with Gradle
3638
run: |

0 commit comments

Comments
 (0)