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 1e93122 commit 8654147Copy full SHA for 8654147
.github/workflows/aws.yml
@@ -20,12 +20,12 @@ jobs:
20
with:
21
java-version: 17
22
23
- - name: Set up application.properties
+ - name: make application.yml
24
run: |
25
mkdir -p ./src/main/resources
26
cd ./src/main/resources
27
touch ./application.yml
28
- echo "${{ secrets.APPLICATION_PROD }}" > ./src/main/resources/application.yml
+ echo "${{ secrets.APPLICATION_PROD }}" > ./application.yml
29
30
# Gradle Build
31
- name: Build with Gradle
0 commit comments