Skip to content

Commit

Permalink
infra/#284
Browse files Browse the repository at this point in the history
  • Loading branch information
NCOOL060580327 committed Dec 7, 2024
1 parent d0144e6 commit 4e2b4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
aws_access_key: ${{ secrets.AWS_DEV_ACTION_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_DEV_ACTION_SECRET_ACCESS_KEY }}
application_name: Orbit-dev-eb
environment_name: Orbit-dev-eb-env
environment_name: Orbit-eb-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
deployment_package: Dockerrun.aws.json
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/templates/goal-recommend-prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ category null이 아닌지 다시 한 번 확인해주세요.
- descriptions의 개수는 2 ~ 3개를 반드시 포함해요.
- descriptions의 내용이 해당 목표를 추천한 이유가 맞는지 다시 한 번 생각하고 답변해주세요.

## 조건4
- 해당 목표는 ~취득하기, ~OO 인턴/면접 합격, 토익 800점 넘기기, ~능력 강화하기, ~프로젝트 진행하기, ~경진대회 수상하기 같이 간단하고 명확한 목표를 이야기 해야합니다.

## 예시 데이터
1)
- input
Expand Down

0 comments on commit 4e2b4ff

Please sign in to comment.