diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5297e07bc6741fdf7e7d41de4a111e4f65f00ae..3775cf9c299a7bfbc15b4743ae4a88fdfe74f6a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,10 @@ stages:
 - review
 - quality-security
 - release
+- deploy
 
 variables:
+  URL: "example.com" # if you include 'website-deploy'
   INDEX: "index.html"
   REPO: "templates/simple-webpage"
   AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
@@ -32,3 +34,5 @@ include:
 
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/dockerify.yml'
 - 'https://git.dbogatov.org/templates/ci-snippets/raw/master/simple-website/pages.yml'
+
+- 'https://git.dbogatov.org/templates/ci-snippets/raw/master/trigger-websites-deploy.yml'