Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHumanz committed Mar 22, 2021
1 parent 6fba3a4 commit 6c61ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ deploy:
- echo -n ${KUBE_CONFIG} | base64 -d > $HOME/.kube/config
- kubectl config get-contexts
- kubectl --record deployment.apps/go-simp-fanart set image deployment.v1.apps/go-simp-fanart fanart=registry.gitlab.com/justhumanz/go-simp/fanart:"$CI_COMMIT_TAG"
- kubectl set env deployment/go-simp-frontend VERSION="$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-frontend set image deployment.v1.apps/go-simp-frontend frontend=registry.gitlab.com/justhumanz/go-simp/frontend:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-guild set image deployment.v1.apps/go-simp-guild guild=registry.gitlab.com/justhumanz/go-simp/guild:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-live set image deployment.v1.apps/go-simp-live livestream=registry.gitlab.com/justhumanz/go-simp/livestream:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-pilot set image deployment.v1.apps/go-simp-pilot pilot=registry.gitlab.com/justhumanz/go-simp/pilot:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-subscriber set image deployment.v1.apps/go-simp-subscriber subscriber=registry.gitlab.com/justhumanz/go-simp/subscriber:"$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-utility set image deployment.v1.apps/go-simp-utility utility=registry.gitlab.com/justhumanz/go-simp/utility:"$CI_COMMIT_TAG"
- kubectl set env deployment/go-simp-frontend VERSION="$CI_COMMIT_TAG"
- kubectl --record deployment.apps/go-simp-frontend set image deployment.v1.apps/go-simp-frontend frontend=registry.gitlab.com/justhumanz/go-simp/frontend:"$CI_COMMIT_TAG"
- kubectl rollout restart deployment.apps/go-simp-web
tags:
- k8s
Expand Down

0 comments on commit 6c61ff4

Please sign in to comment.