Skip to content

Commit

Permalink
updates to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 23, 2025
1 parent b258f30 commit 400f8da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lambda_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,11 @@ jobs:
run: |
mkdir package
cp -r app package/
cp -r manage.py package/
cp -r requirements/prod.txt requirements/common.txt package/
cp requirements/prod.txt package/
cp -r magnum.yml package/
cp -r handler.py package/
cd package
pip install -r prod.txt -r common.txt -t .
pip install -r prod.txt -t .
zip -r ../${{ github.event.repository.name }}-lambda.zip . -x "tests/*" "*.git*" "static/*" "node_modules/*" "venv/*"
cd ..
Expand Down

0 comments on commit 400f8da

Please sign in to comment.