Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok committed Mar 25, 2024
1 parent c9b548c commit 43fcd19
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/elastic-beanstalk-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
with:
python-version: 3.11

- name: Install AWS CLI
run: pip install awsebcli

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Copy Elastic Beanstalk Config
run: |
mkdir -p .elasticbeanstalk
Expand Down

0 comments on commit 43fcd19

Please sign in to comment.