Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes committed Aug 26, 2024
1 parent 90e6bdc commit ed3bec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Install Dependencies
run: 'pip install -r requirements.txt -t ./package --platform manylinux2014_x86_64 --only-binary=:all:'
run: 'ls -la && pip install -r requirements.txt -t ./package --platform manylinux2014_x86_64 --only-binary=:all:'
- name: Archive the lambda function code and dependencies
run: cp main.py package/main.py && zip -r ../deployment_package.zip package
run: cp main.py package/main.py && zip -r deployment_package.zip package
- name: Push code to lambda
run: aws lambda update-function-code --function-name ${{ env.AWS_LAMBDA_FUNCTION_ARN }} --zip-file fileb://deployment_package.zip

0 comments on commit ed3bec5

Please sign in to comment.