Skip to content
Snippets Groups Projects
Commit 80f69a09 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

update manager

parent 1dd506bd
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,18 @@ pipeline { ...@@ -25,11 +25,18 @@ pipeline {
stage('deploy') { stage('deploy') {
steps { steps {
dir('/home/kube/staging') { sh 'echo $HOSTNAME'
sh 'git pull' dir('/') {
sh 'kubectl delete -f dawn-manager' sh 'ls- l'
sh 'kubectl apply -f dawn-manager'
} }
dir('/home') {
sh 'ls- l'
}
// dir('/home/kube/staging') {
// sh 'git pull'
// sh 'kubectl delete -f dawn-manager'
// sh 'kubectl apply -f dawn-manager'
// }
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment