Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1684 authored May 20, 2024
1 parent 1e176be commit 5449a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cd ./back-end/src/main/resources
ls -al
touch ./back-end/application-aws.yml
touch ./application-aws.yml
# GitHub-Actions에서 설정한 값을 application-aws.yml 파일에 쓰기
echo "copy properties"
Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
--application-name ${{ env.CODE_DEPLOY_APP_NAME }} \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ env.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip
--s3-location bucket=$S3_BUCKET_NAME,key=$GITHUB_SHA.zip,bundleType=zip

0 comments on commit 5449a4e

Please sign in to comment.