Skip to content

Commit

Permalink
Merge pull request #48 from APPS-sookmyung/dev
Browse files Browse the repository at this point in the history
[Fix] .env 파일 명령어 삭제
  • Loading branch information
ajung7038 authored Aug 7, 2024
2 parents e015220 + 3f3b490 commit ebbd6f4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
echo "${{ secrets.YML }}" > ./application.yml
shell: bash

# .env 파일 생성
- name: make .env
if: |
contains(github.ref, 'main')
run: |
touch ./.env
echo "${{ secrets.YML }}" >> .env
shell: bash

# gradle build
- name: Build with Gradle
run: ./gradlew clean build -x test
Expand Down

0 comments on commit ebbd6f4

Please sign in to comment.