From 9d0fadee85e42f0c3f626d891b865716f21587e1 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 20 Jul 2018 16:04:11 +0200 Subject: [PATCH] Fix typo --- content/post/deploying-hugo-with-gitea-and-droneci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/deploying-hugo-with-gitea-and-droneci.md b/content/post/deploying-hugo-with-gitea-and-droneci.md index 419c33a..0d18cbe 100644 --- a/content/post/deploying-hugo-with-gitea-and-droneci.md +++ b/content/post/deploying-hugo-with-gitea-and-droneci.md @@ -72,7 +72,7 @@ secret to the repository so I was able to use rsync. Due to Drones modular approach for build pipelines, it is trivial to deploy the blog to other targets. There are plugins to deploy to [AWS S3][11], use [FTP(S)][12] for uploading and many others. Only the -`deploy` step in the pipeline need to be replaced. +`deploy` step in the pipeline needs to be replaced. ## Improving the Pipeline