diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d3640b894e8fd0f4904774cbe3e5d955740cdc8..a819e65973b84a551a872f6608d0c64881ff8446 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,20 +3,20 @@ stages: - deploy html-build: - image: octobus/ci-website + image: registry.heptapod.net/octobus/ci-dockerfiles/ci-website stage: build script: - PELICAN=pelican make build deploy-test: - image: octobus/ci-website + image: registry.heptapod.net/octobus/ci-dockerfiles/ci-website stage: deploy script: - PELICAN=pelican make build # use artefact eventually - netlify deploy --site=056ee9b4-122d-4b02-bf62-5a2fc9776196 --auth="$NETLIFY_AUTH_TOKEN" --dir="output" deploy: - image: octobus/ci-website + image: registry.heptapod.net/octobus/ci-dockerfiles/ci-website stage: deploy only: - branch/default