Skip to content

Commit

Permalink
[ci-cd] json 내용중 개행문자가 사라지는 문제
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Jun 7, 2024
1 parent 91c24dd commit fe88b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
distribution: temurin
java-version: 17

- run : echo "${{ secrets.DEV_YML }}" > ./src/main/resources/application-dev.yml
- run : echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase/firebase_key.json
- run : echo -e "${{ secrets.DEV_YML }}" > ./src/main/resources/application-dev.yml
- run : echo -e "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase/firebase_key.json

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit fe88b70

Please sign in to comment.