Skip to content
Snippets Groups Projects
Commit d0a2ae0c authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Add deploy step

parent a8d7b9e0
Branches
No related tags found
No related merge requests found
Pipeline #38869 passed
......@@ -30,3 +30,13 @@ container image:
- buildah bud --tag "${CI_REGISTRY_IMAGE}:amd64" --manifest prez --arch amd64 .
- buildah bud --tag "${CI_REGISTRY_IMAGE}:arm64" --manifest prez --arch arm64 .
- buildah manifest push --all prez docker://"${CI_REGISTRY_IMAGE}"
kubernetes:
stage:
image: alpine/k8s:1.23.7
before_script:
- kubectl config use-context disappointment-industries/feelz-cluster:feelz
- kubectl config set-context --current --namespace apps
script:
- kubectl apply -f deploy
- kubectl rollout restart deployment storage-prez
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment