Skip to content

Commit

Permalink
cicd 누락 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nahowo committed Dec 5, 2024
1 parent ba82fcc commit 960a53a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
touch ./.env
echo "${{ secrets.ENV }}" > ./.env
run: |
touch ./src/main/resources/env.properties
echo "${{ secrets.ENV_PROPERTIES }}" > ./src/main/resources/env.properties
shell: bash
# Gradle build
Expand Down

0 comments on commit 960a53a

Please sign in to comment.