aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/en/hosting-and-deployment/hugo-deploy.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/hosting-and-deployment/hugo-deploy.md')
-rw-r--r--content/en/hosting-and-deployment/hugo-deploy.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/en/hosting-and-deployment/hugo-deploy.md b/content/en/hosting-and-deployment/hugo-deploy.md
index db2448ee7..a7925a666 100644
--- a/content/en/hosting-and-deployment/hugo-deploy.md
+++ b/content/en/hosting-and-deployment/hugo-deploy.md
@@ -1,6 +1,6 @@
---
title: Hugo Deploy
-description: Upload your site to GCS, S3, or Azure
+description: Deploy your site directly to a Google Cloud Storage bucket, an AWS S3 bucket, or an Azure Storage container.
categories: [hosting and deployment]
keywords: [deployment,s3,gcs,azure]
menu:
@@ -11,8 +11,13 @@ weight: 20
toc: true
---
-You can use the "hugo deploy" command to upload your site directly to a Google Cloud Storage (GCS) bucket, an AWS S3 bucket, and/or an Azure Storage container.
+Use the `hugo deploy` command to deploy your site directly to a Google Cloud Storage bucket, an AWS S3 bucket, or an Azure Storage container
+{{% note %}}
+This feature requires the Hugo extended/deploy edition. See the [installation] section for details.
+
+[installation]: /installation/
+{{% /note %}}
## Assumptions