Skip to content

Commit

Permalink
Merge pull request #238 from prgrms-web-devcourse-final-project/feature/
Browse files Browse the repository at this point in the history
#234-AI-prompt-추가

[fix] develop CI/CD 수정
  • Loading branch information
Dom1046 authored Dec 25, 2024
2 parents dfccf93 + 335a2f7 commit b568f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICDdevelop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# 3. application.properties 파일 생성 및 설정
- run: touch ./src/main/resources/application.properties
- run: echo "${{secrets.APPLICATION}}" > ./src/main/resources/application.properties
- run: echo "${{secrets.APPLICATION2}}" > ./src/main/resources/application.properties
- run: echo "spring.cloud.aws.credentials.access-key=${{secrets.AWS_ACTION_ACCESS_KEY}}" >> ./src/main/resources/application.properties
- run: echo "spring.cloud.aws.credentials.secret-key=${{secrets.AWS_ACTION_SECRET_ACCESS_KEY}}" >> ./src/main/resources/application.properties

Expand Down

0 comments on commit b568f15

Please sign in to comment.