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 2c78575 commit 9f72fa4Copy full SHA for 9f72fa4
.github/workflows/docker-image.yml
@@ -27,7 +27,6 @@ jobs:
27
28
# (1) application.properties, application-dev.properties 파일 생성
29
- uses: actions/checkout@v3
30
- - run: mkdir ./src/main/resources
31
- run: touch ./src/main/resources/application.properties
32
- run: touch ./src/main/resources/application-dev.properties
33
- run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.properties
0 commit comments