Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cecile Cavet
test-ci
Commits
9b5841a3
Commit
9b5841a3
authored
Nov 19, 2018
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
dc855cef
Pipeline
#19202
failed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
No files found.
.gitlab-ci.yml
View file @
9b5841a3
#image: python:alpine
image
:
centos:latest
## integrate k8s cluster
deploy to staging
:
# stage: deploy
script
:
make deploy
environment
:
name
:
staging/$CI_COMMIT_REF_NAME
url
:
https://staging.example.com/
## push code on VM
deploy_prod
:
#script: git push production HEAD:master
script
:
...
...
@@ -16,7 +25,7 @@ deploy_prod:
# - pip install mkdocs
# Add your custom theme if not inside a theme_dir
# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes)
# - pip install mkdocs-
material
# - pip install mkdocs-
toto
#pages:
# stage: deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment