Skip to content
Snippets Groups Projects
Commit a8502f01 authored by François Agneray's avatar François Agneray
Browse files

Update .gitlab-ci.yml file

parent 753f2d99
No related branches found
No related tags found
No related merge requests found
Pipeline #10985 passed
......@@ -13,6 +13,9 @@ build:
artifacts:
paths:
- site
only:
refs:
- master
dockerize:
image: docker:stable
......@@ -23,6 +26,9 @@ dockerize:
- docker pull $CI_REGISTRY/anis/anis-doc/doc:latest || true
- docker build --cache-from $CI_REGISTRY/anis/anis-doc/doc:latest -t $CI_REGISTRY/anis/anis-doc/doc:latest .
- docker push $CI_REGISTRY/anis/anis-doc/doc:latest
only:
refs:
- master
deploy:
image: alpine
......@@ -34,3 +40,6 @@ deploy:
script:
- apk add --update curl
- curl -XPOST $DEV_WEBHOOK
only:
refs:
- master
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