Skip to content
Snippets Groups Projects
Commit 2920fff7 authored by Kendall Blake's avatar Kendall Blake
Browse files

Add autodevops.

parent e2b7b508
Branches master
No related tags found
No related merge requests found
Pipeline #1274 failed
Build the site:
stage: build
image: python:3
......@@ -17,3 +16,22 @@ pages:
artifacts:
paths:
- public
# SKIP this if you already include it, or if you include Jobs/Build.gitlab-ci.yml in your .gitlab-ci.yml
include:
- template: Auto-DevOps.gitlab-ci.yml
variables:
BUILDPACK_URL: https://lab.kendallblake.com/gitlab/buildpacks/heroku-buildpack-python.git
CODE_QUALITY_DISABLED: 1
production:
environment:
name: production
url: worst-user.magic.kendallblake.com
# OPTION 1: keep the new auto-build-image, override the services to fix communication with docker:dind
build:
services:
- name: "docker:20.10.6-dind"
command: ['--tls=false', '--host=tcp://0.0.0.0:2375']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment