From a237621bbddad182f63798b8c6139f9d77ef5454 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Wed, 17 Jul 2024 14:23:34 -0700 Subject: [PATCH] Specify directory --- docs/all.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/all.md b/docs/all.md index 1613f0c4b..0c9aa6af7 100644 --- a/docs/all.md +++ b/docs/all.md @@ -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: