Skip to content

Commit

Permalink
yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nahowo committed Dec 3, 2024
1 parent f25b552 commit 8e1e64b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
# 환경 변수 설정
- name: Set environment values
run: |
cd ./src/main/resources
touch ./env.properties
echo "${{ secrets.ENV_PROPERTIES }}" > ./env.properties
touch ./src/main/resources/env.properties
echo "${{ secrets.ENV_PROPERTIES }}" > ./src/main/resources/env.properties
cd /
touch ./.env
echo "${{ secrets.ENV }}" > ./.env
# touch ./.env
# echo "${{ secrets.ENV }}" > ./.env
shell: bash
# Gradle build (Test 제외)
- name: Build with Gradle
Expand Down

0 comments on commit 8e1e64b

Please sign in to comment.