Skip to content

Commit

Permalink
[fix] yml 수정및 배포용 build 폴더 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jainefer committed Feb 8, 2024
1 parent a478019 commit 2987f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev__deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# 생성한 deploy.zip 파일 내부 확인용!
- name: Get Zip Inside
run: zipinfo -1 dist/deploy.zip
run: zipinfo -1 build/deploy.zip

# 현재 시간 얻기 (Build 시점의 시간 얻기)
- name: Get current time
Expand All @@ -82,7 +82,7 @@ jobs:
version_label: github-action-${{ steps.current-time.outputs.formattedTime }} # version_label은 이전에 배포한 label과 중복되면 안됨!
use_existing_version_if_available: true
region: ap-northeast-2
deployment_package: dist/deploy.zip
deployment_package: build/deploy.zip
wait_for_deployment: false # 바로 Beanstalk으로 넘어갈 수 있도록 함

# 그냥 다 했다고 출력하기
Expand Down

0 comments on commit 2987f49

Please sign in to comment.