From 8868f59e20d49eceacc30dab661c8b8b26006ebf Mon Sep 17 00:00:00 2001 From: Goutte Date: Fri, 11 Sep 2020 08:17:40 +0200 Subject: [PATCH] chore(ci): review --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af48aadc3..4416e00b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ stages: - deploy # Deployment is done in a reverse manner. -# Instead of rsyncing the files on the servers, we notify them. -# They will `git pull` the master by themselves. +# Instead of rsyncing (uploading) the files on the servers, we notify them. +# The server(s) will `git pull` the master by themselves. deploy: stage: deploy image: appropriate/curl:latest @@ -14,4 +14,4 @@ deploy: # Ideally we should test all the pages of the website # and assert that they respond with either a 2XX or 3XX HTTP status code. -# That should allow us to catch badly formed Markdown, YAML or file paths.. \ No newline at end of file +# That should allow us to catch badly formed Markdown, YAML or file paths..