Skip to content

Commit 8654147

Browse files
authored
Update aws.yml
1 parent 1e93122 commit 8654147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
java-version: 17
2222

23-
- name: Set up application.properties
23+
- name: make application.yml
2424
run: |
2525
mkdir -p ./src/main/resources
2626
cd ./src/main/resources
2727
touch ./application.yml
28-
echo "${{ secrets.APPLICATION_PROD }}" > ./src/main/resources/application.yml
28+
echo "${{ secrets.APPLICATION_PROD }}" > ./application.yml
2929
3030
# Gradle Build
3131
- name: Build with Gradle

0 commit comments

Comments
 (0)