Skip to content

Commit

Permalink
Chore: Procfile add
Browse files Browse the repository at this point in the history
  • Loading branch information
chosoobin37 committed Jun 28, 2024
1 parent 0f4c769 commit 436d015
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,7 @@ jobs:
run: echo "CurrentTime=${{steps.current-time.outputs.formattedTime}}"
shell: bash

- name: Generate deployment package
- name: Copy JAR file
run: |
mkdir -p deploy
cp build/libs/TUNA-STUDY-CICD-0.0.1-SNAPSHOT.jar deploy/application.jar
cp Procfile deploy/Procfile
cp -r .ebextensions deploy/.ebextensions
cp -r .platform deploy/.platform
cd deploy && zip -r deploy.zip .
# - name: Beanstalk Deploy
# uses: einaregilsson/beanstalk-deploy@v22
# with:
# aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
# aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# application_name: erpc-back-ver2
# environment_name: Erpc-back-ver2-env-1
# version_label: github-action-${{steps.current-time.outputs.formattedTime}}
# region: ap-northeast-2
# deployment_package: deploy/deploy.zip

0 comments on commit 436d015

Please sign in to comment.