Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap 2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open source
vMap 2
Commits
c00940da
Commit
c00940da
authored
2 years ago
by
Laurent Panabieres
Browse files
Options
Downloads
Patches
Plain Diff
Maj gitlab-ci
Maj gitlab-ci
parent
d2baf8dc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
c00940da
...
@@ -5,20 +5,20 @@ variables:
...
@@ -5,20 +5,20 @@ variables:
S3_BUCKET_NAME_DEV
:
"
documentation-dev.veremes.net/vmap"
S3_BUCKET_NAME_DEV
:
"
documentation-dev.veremes.net/vmap"
# Deploiement documentation francaise en production
# Deploiement documentation francaise en production
#
deploy-fr-prod:
deploy-fr-prod
:
#
stage: deploy
stage
:
deploy
#
script:
script
:
#
- sphinx-build -b html doc
umentation
/source doc
umentation
/build
-
sphinx-build -b html doc/source doc/build
#
- aws s3 cp doc
umentation
/build/ s3://$S3_BUCKET_NAME_PROD/ --recursive
-
aws s3 cp doc/build/ s3://$S3_BUCKET_NAME_PROD/ --recursive
#
tags:
tags
:
#
- deployment
-
deployment
#
- eslint
-
eslint
#
- test
-
test
#
only:
only
:
#
refs:
refs
:
#
- master
-
master
#
changes:
changes
:
#
- doc
umentation
/source/**/*
-
doc/source/**/*
# Deploiement documentation francaise en developpement
# Deploiement documentation francaise en developpement
deploy-fr-dev
:
deploy-fr-dev
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment