Skip to content

Commit

Permalink
Added cryptography package in GH Actions deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
  • Loading branch information
nickmango committed Aug 29, 2023
1 parent e73213e commit f680688
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cla-backend/deploy-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,4 @@ for i in "${golang_files[@]}"; do
done


# Create a directory for Python packages
mkdir -p packages

# Use Docker to install the dependencies for the Amazon Linux environment (compatible with AWS Lambda)
docker run --rm -v $(pwd)/packages:/packages -w /packages lambci/lambda:build-python3.7 pip install cryptography -t .

echo "Dependencies installed in the 'packages' directory."


yarn deploy:dev

0 comments on commit f680688

Please sign in to comment.