Skip to content
Snippets Groups Projects
Verified Commit 03e1a15d authored by Martin Weise's avatar Martin Weise
Browse files

Removed CI/CD

parent f7c044a3
No related branches found
No related tags found
No related merge requests found
cache:
paths:
- ./site
stages:
- build
- deploy
build-docs:
stage: build
script:
- make build-docs
deploy-docs:
stage: deploy
needs:
- build-docs
only:
refs:
- master
script:
- make deploy-docs
deploy-dockerhub-docs:
stage: deploy
needs:
- build-docs
only:
refs:
- master
script:
- DOCKER_USERNAME="${DOCKER_USERNAME}" DOCKER_PASSWORD="${DOCKER_PASSWORD}" make deploy-dockerhub-docs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment