Skip to content

Commit

Permalink
♻️refactor: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Jun 6, 2024
1 parent f18053c commit 03a570f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ jobs:
cp -r .platform deploy/.platform
cd deploy && zip -r deploy.zip .
- name: Upload to S3
run: |
aws s3 cp deploy/deploy.zip s3://${{ secrets.S3_BUCKET }}/images/deploy-${{ steps.current-time.outputs.formattedTime }}.zip
env:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}

- name: Beanstalk Deploy
uses: einaregilsson/beanstalk-deploy@v20
with:
Expand All @@ -83,7 +75,5 @@ jobs:
environment_name: Project-prod-ddabong-env
version_label: github-action-${{ steps.current-time.outputs.formattedTime }}
region: ap-northeast-2
s3_bucket: elasticbeanstalk-ap-northeast-2-992382441903
s3_key: deployments/deploy-${{ steps.current-time.outputs.formattedTime }}.zip
deployment_package: deploy/deploy.zip
wait_for_deployment: false

0 comments on commit 03a570f

Please sign in to comment.