Specify directory

This commit is contained in:
John Skiles Skinner
2024-07-17 14:23:34 -07:00
parent 0d3c297b16
commit a237621bbd

View File

@@ -442,6 +442,7 @@ If this is the first time you have used Terraform in this repository, you will f
$ terraform plan
$ terraform apply
```
1. Change back to the project root directory: `cd ../..`
1. start a poetry shell as a shortcut to load `.env` file variables: `$ poetry shell`
1. Output requirements.txt file: `poetry export --without-hashes --format=requirements.txt > requirements.txt`
1. Deploy the application: