Skip to content

Commit

Permalink
Merge pull request #9 from voynow/4-refactor-for-expanded-feature-set
Browse files Browse the repository at this point in the history
4 refactor for expanded feature set
  • Loading branch information
voynow authored Aug 13, 2024
2 parents 857f37b + 732808c commit 4fb8821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deploy to Lambda

on:
push:
branches:
- main

jobs:
deploy:
Expand Down
5 changes: 1 addition & 4 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ cd package || exit
zip -r ../function.zip .
cd ..

cp src/training_week_generation/lambda_function.py .
zip -g function.zip training_week_generation/lambda_function.py
zip -r function.zip src -x "src/training_week_generation/lambda_function.py"
rm lambda_function.py
zip -r function.zip src

0 comments on commit 4fb8821

Please sign in to comment.