Skip to content

Commit

Permalink
fix(CI/CD) : staging workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0-tae committed Feb 27, 2025
1 parent fedfa84 commit 4858687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DOCKER-CD-STAGING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-staging.yml
echo "${{ secrets.PROD_STAGING }}" > ./application-staging.yml
echo "${{ secrets.STAGING_YML }}" > ./application-staging.yml
working-directory: ${{ env.working-directory }}

- name: aws-config.yml 생성
Expand Down

0 comments on commit 4858687

Please sign in to comment.