Skip to content

Commit

Permalink
[deploy] #117 cd 추가해서 이동되는지 한 번 확인해보기
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Jan 19, 2025
1 parent fb35575 commit cb43981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gongbaek-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: |
mkdir -p ./src/main/resources
ls ./src/main/resources
echo ${{ secrets.PROD_CONFIG }} > ./src/main/resources/application-prod.yml
cd ./src/main/resources/
echo ${{ secrets.PROD_CONFIG }} > application-prod.yml
echo "hello is yml file push success?"
cat ./src/main/resources/application-prod.yml
Expand Down

0 comments on commit cb43981

Please sign in to comment.