Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jun 24, 2023
1 parent 9427894 commit d223830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ] # main branch로 push 될 때 실행됩니다. (pull request까지 정상적으로 실행되었을 때 배포되도록 하기 위해 push에 대해서만 지정)

env:
S3_BUCKET_NAME: sopt32-seminar
S3_BUCKET_NAME: sopt32-seminar-jjun

jobs:
build:
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
--application-name sopt-server-codedeploy
--deployment-group-name sopt-server-codedeploy-group
--file-exists-behavior OVERWRITE
--s3-location bucket=sopt32-seminar,bundleType=zip,key=sopt_server.zip
--s3-location bucket=sopt32-seminar-jjun,bundleType=zip,key=sopt_server.zip
--region ap-northeast-2

0 comments on commit d223830

Please sign in to comment.