Skip to content

Commit

Permalink
chore: cicd yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 30, 2024
1 parent abe5be0 commit e8b83c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/deploy_msa_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ jobs:
- name: login ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: create-member-json
uses: jsdaniell/[email protected]
with:
name: "dongsanginong-24f95-firebase-adminsdk-1qp94-db073413ff.json"
json: ${{ secrets.FCM_CREDENTIALS }}
dir: './backend/member/src/main/resources'

- name: create-product-json
uses: jsdaniell/[email protected]
with:
name: "dongsanginong-24f95-firebase-adminsdk-1qp94-db073413ff.json"
json: ${{ secrets.FCM_CREDENTIALS }}
dir: './backend/product/src/main/resources'

# product
- name: build and push docker product images to ecr
Expand Down
2 changes: 1 addition & 1 deletion backend/member/k8s/member-depl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
#무쀑단 배포λ₯Ό μœ„ν•œ μ»¨ν…Œμ΄λ„ˆ ν—¬μŠ€μ²΄ν¬
readinessProbe:
httpGet:
path: /member/healthcheck
path: /member-service/member/healthcheck
port: 8080
# μ»¨ν…Œμ΄λ„ˆ μ‹œμž‘ ν›„ 지연 μ‹œκ°„ μ„€μ •
initialDelaySeconds: 20
Expand Down

0 comments on commit e8b83c6

Please sign in to comment.