Skip to content

Commit

Permalink
[hotfix] debug echo & change property name
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Jan 19, 2025
1 parent a0d7b29 commit af6f92b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gongbaek-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Debug Secrets
run: |
echo "Secrets YML value:"
echo "${{ secrets.PROD_CONFIG }}"
- name: Push yml file
run: |
mkdir -p ./src/main/resources
ls -l
echo ${{ secrets.YML }} > ./src/main/resources/application-prod.yml
echo ${{ secrets.PROD_CONFIG }} > ./src/main/resources/application-prod.yml
echo "hello is yml file push success?"
cat ./src/main/resources/application-prod.yml
- name: Build with Gradle
Expand Down

0 comments on commit af6f92b

Please sign in to comment.