Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify installation of dependencies #458

Merged

Conversation

arturtamborski
Copy link
Member

@@ -47,7 +47,8 @@ aws cloudfront create-invalidation --paths "/*" --distribution-id "${dist_id}"


echo "bundle application"
(cd backend && pipenv run pip install -r <(pipenv lock -r) --target ../packages)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<(pipenv lock -r) sometimes fails, so I'm changing it back to regular file write instead.

@arturtamborski arturtamborski merged commit e7b2087 into CodeForPoznan:master Mar 12, 2022
@arturtamborski arturtamborski deleted the 385-fix-deploy-script branch March 12, 2022 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant