Skip to content

Commit

Permalink
fix: 리눅스 명령어 수정 및 빈스톡 deployment_package 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 13, 2024
1 parent e2db413 commit b054c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
mkdir -p deploy
cp build/libs/howAboutTrip.jar deploy/howAboutTrip-prod-ebextensions-1.jar
cp Procfile deploy/Procfile
cd deploy && zip -r howAboutTrip-prod-label-${{steps.current-time.outputs.formattedTime}}-${{github.sha}} .
cd deploy && zip -r howAboutTrip-deploy.zip .
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v21
Expand All @@ -61,6 +61,6 @@ jobs:
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
application_name: how-about-trip
environment_name: How-about-trip-env
version_label: howAboutTrip-prod-label-${{steps.current-time.outputs.formattedTime}}-${{github.sha}}
version_label: github-action-${{steps.current-time.outputs.formattedTime}}
region: ap-northeast-2
deployment_package: howAboutTrip-prod-label-${{steps.current-time.outputs.formattedTime}}-${{github.sha}}.zip
deployment_package: deploy/deploy.zip

0 comments on commit b054c66

Please sign in to comment.