Skip to content

Commit

Permalink
feat: branch명 수정, s3 버킷 명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhongseok committed Oct 20, 2023
1 parent 8684129 commit ff43a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Execute CD

on:
push:
branches: [ "main" ]
branches: [ "develop" ]

permissions:
contents: read

env:
BUCKET_NAME: resumeme
BUCKET_NAME: team-11-resumeme-bucket
DIRECTORY_NAME: execute-jar-bucket
CODE_DEPLOY_APP_NAME: resumeme-deploy
DEPLOYMENT_GROUP_NAME: resumeme-deploy-group
Expand Down

0 comments on commit ff43a1a

Please sign in to comment.