We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93290a commit 893ae47Copy full SHA for 893ae47
README.md
@@ -226,7 +226,11 @@ obtained from the following command run in the repo's root folder:
226
git rev-parse HEAD
227
```
228
229
-Refer to these guides for using Docker to deploy Deno to specific platforms:
+Then, copy the output of the above and paste it as `DENO_DEPLOYMENT_ID` in your
230
+.env file.
231
+
232
+Finally, refer to these guides for using Docker to deploy Deno to specific
233
+platforms:
234
235
- [Amazon Lightsail](https://deno.land/manual/advanced/deploying_deno/aws_lightsail)
236
- [Digital Ocean](https://deno.land/manual/advanced/deploying_deno/digital_ocean)
0 commit comments