Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
111coding committed Nov 30, 2023
1 parent 8baff30 commit 1776f0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
# EB에 CD 하기 위해 추가 작성
- name: Generate deployment package
run: |
echo ${{ secrets.AWS_ACCESS_KEY }}
mkdir deploy
cp build/libs/*.jar deploy/application.jar
cp Procfile deploy/Procfile
Expand All @@ -47,8 +46,8 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_key: ${{ secrets.AWS_SECRET_KEY }}
application_name: blog-eb # 엘리스틱 빈스톡 애플리케이션 이름!
environment_name: Blog-eb-env # 엘리스틱 빈스톡 환경 이름!
application_name: blog-eb-test # 엘리스틱 빈스톡 애플리케이션 이름!
environment_name: Blog-eb-test-env # 엘리스틱 빈스톡 환경 이름!
version_label: blog-${{steps.current-time.outputs.formattedTime}}
region: ap-northeast-2
deployment_package: deploy/deploy.zip

0 comments on commit 1776f0e

Please sign in to comment.