Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
23618359
Commit
23618359
authored
May 19, 2017
by
J. Fernando Sánchez
Browse files
Hidden variables
parent
76374985
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
23618359
...
...
@@ -136,9 +136,9 @@ ci:
gitlab-runner
exec
docker
--docker-volumes
/var/run/docker.sock:/var/run/docker.sock
--env
CI_PROJECT_NAME
=
$(NAME)
${action}
deploy
:
$(KUBECTL)
delete
-n
$(KUBE_NS)
secret
$(CI_REGISTRY)
||
true
@
$(KUBECTL)
delete
-n
$(KUBE_NS)
secret
$(CI_REGISTRY)
||
true
@
$(KUBECTL)
create
-n
$(NAME)
secret docker-registry
$(CI_REGISTRY)
--docker-server
=
$(CI_REGISTRY)
--docker-username
=
$(CI_REGISTRY_USER)
--docker-email
=
$(CI_REGISTRY_USER)
--docker-password
=
$(CI_BUILD_TOKEN)
$(KUBECTL)
apply
-f
/tmp/cwd/k8s/
@
$(KUBECTL)
apply
-f
/tmp/cwd/k8s/
...
...
Write
Preview
Supports
Markdown
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