Skip to content

Commit

Permalink
👷[CD]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
 Github Action 진행 9 TEST
  • Loading branch information
rimi3226 committed May 10, 2024
1 parent 7b21fc1 commit f905fc8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

# Build 번호 부여
- name: Build Number
id: build-number
run: echo "::set-output name=BUILD_NUMBER::$(date '+%-d.%-m.%Y.%-H.%-M.%-S')"

# Elastic Beanstalk Deploy
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v20
Expand All @@ -61,4 +56,5 @@ jobs:
application_name: Gamegoo
environment_name: Gamegoo-env
region: ap-northeast-2
version_label: 'v0.0.1'
deployment_package: /elasticbeanstalk/docker-compose.yml

0 comments on commit f905fc8

Please sign in to comment.