Skip to content

Commit

Permalink
[chore] : 인프라 세팅 (#170)
Browse files Browse the repository at this point in the history
* [chore] : 로컬용 yml git.ignore에 추가

* [chore] : 배포 테스트 위해 임시로 cd.yml 수정

* [chore] : ssh 비밀번호 인증 방식 -> 키 인증 방식

* [chore] : cd.yml 원복
  • Loading branch information
hyun2371 authored Nov 24, 2024
1 parent f50c287 commit 79957eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
password: ${{ secrets.EC2_PASSWORD }}
key: ${{ secrets.EC2_KEY }}
port: ${{ secrets.EC2_PORT }}
script: |
cd compose
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ out/
### VS Code ###
.vscode/
.DS_Store
core/src/main/resources/application-core-dev.yml
/core/src/main/resources/application-core-local.yml
/core/src/main/resources/application-core-dev.yml
core/src/main/resources/application-core-prod.yml
/api/src/main/resources/application.yml
/core/src/main/generated/
Expand Down

0 comments on commit 79957eb

Please sign in to comment.