Skip to content

Commit

Permalink
[deploy] ls 를 통해 해당 패키지 만들어졌는지 확인 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun authored Jan 19, 2025
2 parents fbd166b + cb43981 commit 4373419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gongbaek-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Push yml file
run: |
mkdir -p ./src/main/resources
ls -l
echo ${{ secrets.PROD_CONFIG }} > ./src/main/resources/application-prod.yml
ls ./src/main/resources
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 4373419

Please sign in to comment.