Skip to content

Commit

Permalink
Task: workflow 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
qro-story committed Sep 18, 2024
1 parent be3c21c commit e2cdc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Generate deployment package
run: zip -r ${{ github.sha }}.zip . -x "*.git*" node_modules

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v20
uses: einaregilsson/beanstalk-deploy@v21
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e2cdc16

Please sign in to comment.