Skip to content
Snippets Groups Projects
Verified Commit 2129fabf authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add deploy to production.

parent 1b58881c
Branches
No related tags found
1 merge request!2Resolve "Code quality and security testing"
Pipeline #3178 passed with warnings
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment