Skip to content

Commit

Permalink
Fix: staging 환경 property github secret에 추가 후 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Aug 5, 2024
1 parent 791a864 commit ef13082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
cd ./genti-api/src/main/resources
touch ./application-staging.yml
echo "${{ secrets.APPLICATION_DEPLOY }}" > ./application-staging.yml
echo "${{ secrets.APPLICATION_STAGING }}" > ./application-staging.yml
shell: bash

# gradle build
Expand Down

0 comments on commit ef13082

Please sign in to comment.