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 6a2a066 commit 1147302
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 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 Down

0 comments on commit 1147302

Please sign in to comment.