Skip to content

Commit a74c4f8

Browse files
committed
infra: Github Actions Workflow에 CodeDeploy 설정 수정
1 parent 98b5a87 commit a74c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Make zip file
4545
run: |
4646
mkdir -p deploy
47-
cp ./build/libs/*.jar ./deploy/
47+
cp ./build/libs/*-SNAPSHOT.jar ./deploy/
4848
cp appspec.yml ./deploy/
4949
cp deploy.sh ./deploy/
5050
cp docker-compose.yml ./deploy/

0 commit comments

Comments
 (0)