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
1835a8e2
Commit
1835a8e2
authored
Nov 19, 2018
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
96ec6b50
Pipeline
#19204
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
No files found.
.gitlab-ci.yml
View file @
1835a8e2
...
@@ -6,9 +6,10 @@ deploy to staging:
...
@@ -6,9 +6,10 @@ deploy to staging:
# stage: deploy
# stage: deploy
script
:
script
:
-
echo $KUBE_URL
-
echo $KUBE_URL
-
kubectl get nodes
environment
:
environment
:
name
:
staging/$CI_COMMIT_REF_NAME
name
:
staging/$CI_COMMIT_REF_NAME
url
:
https://
staging.example.com/
url
:
https://
$KUBE_URL
## push code on VM
## push code on VM
#deploy_prod:
#deploy_prod:
...
...
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