Commit 8868f59e authored by Administrator's avatar Administrator 💬

chore(ci): review

parent d8ac8a7b
...@@ -2,8 +2,8 @@ stages: ...@@ -2,8 +2,8 @@ stages:
- deploy - deploy
# Deployment is done in a reverse manner. # Deployment is done in a reverse manner.
# Instead of rsyncing the files on the servers, we notify them. # Instead of rsyncing (uploading) the files on the servers, we notify them.
# They will `git pull` the master by themselves. # The server(s) will `git pull` the master by themselves.
deploy: deploy:
stage: deploy stage: deploy
image: appropriate/curl:latest image: appropriate/curl:latest
...@@ -14,4 +14,4 @@ deploy: ...@@ -14,4 +14,4 @@ deploy:
# Ideally we should test all the pages of the website # Ideally we should test all the pages of the website
# and assert that they respond with either a 2XX or 3XX HTTP status code. # 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.. # That should allow us to catch badly formed Markdown, YAML or file paths..
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment