Skip to content

Commit

Permalink
git pull&merging
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 committed Sep 9, 2024
2 parents 3583506 + 0c4b8e1 commit 3ea3d98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ jobs:
--application-name ${{ env.AWS_CODE_DEPLOY_APPLICATION }} \
--deployment-config-name CodeDeployDefault.AllAtOnce \
--deployment-group-name ${{ env.AWS_CODE_DEPLOY_GROUP }} \
--s3-location bucket=$AWS_S3_BUCKET,bundleType=zip,key=cicd/$GITHUB_SHA.zip
<<<<<<< HEAD
--s3-location bucket=$AWS_S3_BUCKET,bundleType=zip,key=cicd/$GITHUB_SHA.zip
=======
--s3-location bucket=$AWS_S3_BUCKET,bundleType=zip,key=cicd/$GITHUB_SHA.zip
>>>>>>> 0c4b8e1f2918633c06af838b69fb6340000aa432
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os: linux
files:
- source: / # 인스턴스에 복사할 디렉터리 경로
destination: /home/ec2-user/mapddang-back # 인스턴스에서 파일이 복사되는 위치
overwrite: yes # 복사할 위치에 파일이 있는 경우 대체
overwrite: true # 복사할 위치에 파일이 있는 경우 대체

permissions:
- object: / # 권한이 지정되는 파일 or 디렉터리
Expand All @@ -18,4 +18,4 @@ hooks:

ApplicationStart: # CodeDeploy의 ApplicationStart 단계에서 실행
- location: scripts/start.sh
timeout: 60
timeout: 60

0 comments on commit 3ea3d98

Please sign in to comment.