feat: hopefully fix deployment
This commit is contained in:
parent
418e16c5ca
commit
51857ebfcd
1 changed files with 3 additions and 3 deletions
|
|
@ -26,12 +26,12 @@ deployment:
|
||||||
|
|
||||||
# deployment commands
|
# deployment commands
|
||||||
script:
|
script:
|
||||||
- |
|
|
||||||
|
|
||||||
|
- |
|
||||||
# initial kubernetes deployment
|
# initial kubernetes deployment
|
||||||
ssh "$SSH_DEPLOYMENT_USER@mgmt01.infra.vpn.mirahsimon.us" "sudo -u simon \
|
ssh "$SSH_DEPLOYMENT_USER@mgmt01.siempie.internal" "sudo -u simon \
|
||||||
kubectl apply -f /home/simon/Documents/docs-simoncor-net/manifests"
|
kubectl apply -f /home/simon/Documents/docs-simoncor-net/manifests"
|
||||||
|
|
||||||
# rollout deployment
|
# rollout deployment
|
||||||
ssh "$SSH_DEPLOYMENT_USER@mgmt01.infra.vpn.mirahsimon.us" "sudo -u simon \
|
ssh "$SSH_DEPLOYMENT_USER@mgmt01.siempie.internal" "sudo -u simon \
|
||||||
kubectl rollout restart --namespace=docs-simoncor-net deployment docs-simoncor-net"
|
kubectl rollout restart --namespace=docs-simoncor-net deployment docs-simoncor-net"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue