Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!7
K8s deploy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
K8s deploy
k8s-deploy
into
dev
Overview
0
Commits
30
Pipelines
40
Changes
19
Merged
Remi PLANEL
requested to merge
k8s-deploy
into
dev
1 year ago
Overview
0
Commits
30
Pipelines
40
Changes
2
Expand
deploy wiki on defense-finder namespace
Deploy static website serve by nginx
0
0
Merge request reports
Compare
version 19
version 19
93fde9f0
1 year ago
version 18
b54dea56
1 year ago
version 17
0471414c
1 year ago
version 16
5672b29b
1 year ago
version 15
dab73f07
1 year ago
version 14
8ce95007
1 year ago
version 13
17cd36bb
1 year ago
version 12
65d724af
1 year ago
version 11
4cfb0b5d
1 year ago
version 10
53fbd2a4
1 year ago
version 9
b5113c59
1 year ago
version 8
40f34565
1 year ago
version 7
aee388cd
1 year ago
version 6
1aa941d4
1 year ago
version 5
2daae927
1 year ago
version 4
98654402
1 year ago
version 3
ee80b4f2
1 year ago
version 2
6eeadf79
1 year ago
version 1
25a31dc3
1 year ago
dev (base)
and
latest version
latest version
d324fcc1
30 commits,
1 year ago
version 19
93fde9f0
29 commits,
1 year ago
version 18
b54dea56
28 commits,
1 year ago
version 17
0471414c
27 commits,
1 year ago
version 16
5672b29b
26 commits,
1 year ago
version 15
dab73f07
25 commits,
1 year ago
version 14
8ce95007
24 commits,
1 year ago
version 13
17cd36bb
23 commits,
1 year ago
version 12
65d724af
22 commits,
1 year ago
version 11
4cfb0b5d
21 commits,
1 year ago
version 10
53fbd2a4
20 commits,
1 year ago
version 9
b5113c59
19 commits,
1 year ago
version 8
40f34565
18 commits,
1 year ago
version 7
aee388cd
17 commits,
1 year ago
version 6
1aa941d4
16 commits,
1 year ago
version 5
2daae927
15 commits,
1 year ago
version 4
98654402
14 commits,
1 year ago
version 3
ee80b4f2
13 commits,
1 year ago
version 2
6eeadf79
12 commits,
1 year ago
version 1
25a31dc3
11 commits,
1 year ago
Show latest version
2 files
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -23,7 +23,7 @@ stages:
-
i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA" --build-arg "BASE_URL=
/wiki/
" -f $DOCKERFILE $CONTEXT
-
docker build --pull -t "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA" --build-arg "BASE_URL=
$BASE_URL
" -f $DOCKERFILE $CONTEXT
-
docker push "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA"
# build: