Skip to content

Commit d7cc3c5

Browse files
authored
feat(deploy): CodeDeploy 자동 배포를 위한 GitHub Actions cd.yml 설정 추가
- develop 브랜치 push 시 자동으로 Gradle 빌드 후 S3 업로드 - CodeDeploy를 통한 EC2 배포 자동화 구현 - FixLog_Server 폴더 내 appspec.yml을 루트로 이동하여 포함
1 parent becf822 commit d7cc3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
aws-region: ${{ env.AWS_REGION }}
4646

4747
- name: Move appspec.yml to root
48-
run: mv ./cicd/appspec.yml .
48+
run: mv ./FixLog_Server/appspec.yml .
4949

5050
- name: Zip deploy package
5151
run: zip -r ${{ github.sha }}.zip .

0 commit comments

Comments
 (0)