Skip to content

Commit

Permalink
Merge pull request #257 from SWM-NM/feat/#253
Browse files Browse the repository at this point in the history
🐛 [FIX] 환경변수 치환되어 $없어지는 문제 #253
  • Loading branch information
miiiinju1 authored Sep 8, 2023
2 parents f7a1c0d + fea1d55 commit 10bcfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
echo "${{ secrets.APPLICATION_DEV_YML }}" > src/main/resources/application.yml
# 로컬용 ARM Base Image를 사용하는 Dockerfile로 변경
echo "${{ secrets.DOCKERFILE_FOR_DEV }}" > Dockerfile
echo '${{ secrets.DOCKERFILE_FOR_DEV }}' > Dockerfile
- name: Build with Gradle
Expand Down

0 comments on commit 10bcfb5

Please sign in to comment.