add the requirements.txt file during deploy 🤷

This commit is contained in:
stvnrlly
2022-10-31 16:44:03 -04:00
parent 28c8b6e071
commit f127a7c7ac
2 changed files with 59 additions and 67 deletions

View File

@@ -46,6 +46,9 @@ jobs:
- name: Install application dependencies
run: make bootstrap
- name: Create requirements.txt because Cloud Foundry does a weird pipenv thing
run: pipenv requirements > requirements.txt
- name: Deploy to cloud.gov
uses: 18f/cg-deploy-action@main
env: