docs: 100% manual verification of doc + update with last plan change

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-07-10 17:03:25 +02:00
parent 8942b775d7
commit 482df27352
5 changed files with 25 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ Each environment can have a different kind of deployment code. For example, a `d
The plan is the deployment code that includes the logic to deploy the local application to an AWS S3 bucket. From the `todoapp` directory, you can list the code of the plan:
```shell
ls -l .dagger/env/s3/plan/
ls -l ./s3
```
Any code change to the plan will be applied during the next `dagger up`.