Skip to content

Commit

Permalink
Feat: deploy workflow 수정 (#284)
Browse files Browse the repository at this point in the history
* Feat: codeDeploy applicationName을 변경한다

* Feat: deploy workflow의 node version을 18로 변경한다
  • Loading branch information
HaJunRyu authored Jan 26, 2025
1 parent 70d8368 commit 459c851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
cache: 'yarn'

- name: Generate Environment Variables File
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
S3_BUCKET_NAME: dev-recruit.mash-up.kr
CODE_DEPLOY_APPLICATION_NAME: dev-recruit-code-deploy
CODE_DEPLOY_APPLICATION_NAME: recruit-code-deploy
CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: dev-recruit

jobs:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
cache: 'yarn'

- name: Generate Environment Variables File
Expand Down

0 comments on commit 459c851

Please # to comment.