Skip to content

Commit

Permalink
Merge pull request #1 from byeolhaha/feat/1
Browse files Browse the repository at this point in the history
chore : cicd 환경 설정
  • Loading branch information
byeolhaha authored May 12, 2024
2 parents a08d989 + 9b0c641 commit bb48cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: develop branch Build and Deploy to EC2
on:
push:
branches: [ "main" ]

workflow_dispatch:

env:
BUCKET_NAME: hellomeritz-cicd
PROJECT_NAME: hellomeritz
DEPLOYMENT_GROUP_NAME: meritz
BUCKET_NAME: hello-consultant
PROJECT_NAME: hello
DEPLOYMENT_GROUP_NAME: hello-consultant
CODE_DEPLOY_APP_NAME: code-deploy

jobs:
# 작업의 이름
build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: develop branch Build and Deploy to EC2
on:
pull_request:
branches: [ "main" ]

workflow_dispatch:

env:
BUCKET_NAME: hello-consultant
PROJECT_NAME: hello
DEPLOYMENT_GROUP_NAME: hello-consultant
CODE_DEPLOY_APP_NAME: code-deploy

jobs:
# 작업의 이름
build_and_test:
Expand Down

0 comments on commit bb48cf1

Please sign in to comment.