Skip to content
Snippets Groups Projects
Commit c00940da authored by Laurent Panabieres's avatar Laurent Panabieres
Browse files

Maj gitlab-ci

Maj gitlab-ci
parent d2baf8dc
Branches
Tags
No related merge requests found
......@@ -5,20 +5,20 @@ variables:
S3_BUCKET_NAME_DEV: "documentation-dev.veremes.net/vmap"
# Deploiement documentation francaise en production
#deploy-fr-prod:
# stage: deploy
# script:
# - sphinx-build -b html documentation/source documentation/build
# - aws s3 cp documentation/build/ s3://$S3_BUCKET_NAME_PROD/ --recursive
# tags:
# - deployment
# - eslint
# - test
# only:
# refs:
# - master
# changes:
# - documentation/source/**/*
deploy-fr-prod:
stage: deploy
script:
- sphinx-build -b html doc/source doc/build
- aws s3 cp doc/build/ s3://$S3_BUCKET_NAME_PROD/ --recursive
tags:
- deployment
- eslint
- test
only:
refs:
- master
changes:
- doc/source/**/*
# Deploiement documentation francaise en developpement
deploy-fr-dev:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment