Skip to content

Commit

Permalink
👷[CD]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
 Github Action 진행 6 TEST
  • Loading branch information
rimi3226 committed May 10, 2024
1 parent 0d2d592 commit 3defed3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ jobs:
run: echo "::set-output name=BUILD_NUMBER::$(date '+%-d.%-m.%Y.%-H.%-M.%-S')"

# Elastic Beanstalk Deploy
- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@ebe3476a4ce991d54336935e75e78dd9d86f9408
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v14
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
region: ${{ env.AWS_REGION }}
environment_name: ${{ env.EB_ENVIRONMENT_NAME }}
application_name: ${{ env.EB_APPLICATION_NAME }}
deployment_package: ${{ env.EB_DEPLOYMENT_PACKAGE }}
wait_for_deployment: 60

application_name: MyApplicationName
environment_name: MyApplication-Environment
version_label: 12345
region: ap-northeast-2

0 comments on commit 3defed3

Please sign in to comment.