summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hosting-and-deployment/deployment-with-rclone.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hosting-and-deployment/deployment-with-rclone.md')
-rw-r--r--docs/content/en/hosting-and-deployment/deployment-with-rclone.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/hosting-and-deployment/deployment-with-rclone.md b/docs/content/en/hosting-and-deployment/deployment-with-rclone.md
index e9feb765a..868278740 100644
--- a/docs/content/en/hosting-and-deployment/deployment-with-rclone.md
+++ b/docs/content/en/hosting-and-deployment/deployment-with-rclone.md
@@ -34,7 +34,7 @@ notesforauthors:
The spoiler is that you can even deploy your entire website from any compatible OS with no configuration. Using SFTP for example:
-```
+```txt
hugo --gc --minify
rclone sync --interactive --sftp-host sftp.example.com --sftp-user www-data --sftp-ask-password public/ :sftp:www/
```
@@ -49,7 +49,7 @@ For the next commands, we will assume you configured a remote you named ``hugo-w
The above 'spoiler' commands could become:
-```
+```txt
hugo --gc --minify
rclone sync --interactive public/ hugo-www:www/
```