File tree 2 files changed +7
-1
lines changed
content/en/services/platform-engineering
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Platform Engineering
3
3
linkTitle : Platform Engineering
4
- description : We're experts at building cloud native platforms for large organizations with multiple software engineering teams.
4
+ description : We are experts at building cloud native platforms for large organizations with multiple software engineering teams.
5
5
weight : 30
6
6
---
Original file line number Diff line number Diff line change 1
1
docker build --tag quay.io/openinfra/website:latest -f Dockerfile.nginx .
2
+
3
+ # Push requries credentials, get them with:
4
+ # docker login -u="openinfra+pusher" -p="$(vault kv get -format=json secret/deploy/quay/pusher | jq -r .data.data.password)" quay.io
2
5
docker push quay.io/openinfra/website:latest
6
+
7
+ # Restarting the deployment requires credentials, get them with:
8
+ # ~/workspace/holos/workflows/scripts/kubeconfig-merge
3
9
KUBECONFIG=${HOME}/.kube/core1 kubectl -n website rollout restart deployment website
You can’t perform that action at this time.
0 commit comments