Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
DocumentationGroup
DocumentationBackend
Commits
f268bd56
Commit
f268bd56
authored
10 months ago
by
Никита Ульяницкий
Browse files
Options
Downloads
Patches
Plain Diff
дебаг на dev
parent
5a72a273
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!3
Выкатка на прод
Pipeline
#1049
failed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
f268bd56
...
...
@@ -30,6 +30,9 @@ deploy-dev:
script
:
-
echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
-
export KUBECONFIG=/tmp/kubeconfig
-
kubectl config view
-
kubectl config current-context
-
kubectl auth can-i get deployments --as=system:serviceaccount:gitlab-runner:gitlab-runner -n dev-namespace
-
kubectl apply -f k8s/dev/deployment.yaml
-
kubectl apply -f k8s/dev/service.yaml
-
kubectl apply -f k8s/dev/ingress.yaml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets