Skip to content

Commit

Permalink
generate requirements when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jan 8, 2025
1 parent d9cf468 commit 8b1f29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clevercloud/pre_build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
git clone "$ITOU_SECRETS_HTTPS_REPO_URL" secrets-vault
sops -d secrets-vault/c3/"$ENVIRONMENT".enc.env > .env

uv sync
uv export --format requirements-txt --no-dev --no-editable --no-emit-project --frozen > requirements.txt

0 comments on commit 8b1f29c

Please sign in to comment.