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

fix

parent fc7d15f2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ pipeline {
stage('build') {
steps {
git branch: 'main',
git branch: 'staging',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-analytics.git'
......
......@@ -12,7 +12,7 @@ pipeline {
stage('build') {
steps {
git branch: 'main',
git branch: 'staging',
credentialsId: 'tucker-gitlab-login',
url: 'https://gitlab.cs.umd.edu/dawn/go-backend/dawn-analytics.git'
......@@ -25,11 +25,7 @@ pipeline {
stage('deploy') {
steps {
dir('/home/kube/staging') {
sh 'git pull'
sh 'kubectl delete -f dawn-analytics'
sh 'kubectl apply -f dawn-analytics'
}
upgradeKubernetes('dawn-analytics', 'staging')
}
}
}
......
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