diff --git a/deploy/staging b/dawn-cli/staging
similarity index 80%
rename from deploy/staging
rename to dawn-cli/staging
index e4f48f0190e8ba2c9fe25d22710e7931ef82c480..6ff93c6792599c0b0d683579dbf42c4709f67add 100644
--- a/deploy/staging
+++ b/dawn-cli/staging
@@ -18,13 +18,6 @@ pipeline {
         }
     }
 
-    stage('teardown') {
-        steps {
-            sh """
-                dawn-cli teardown || true
-            """
-        }
-    }
     
     stage('cleanup old images') {
         steps {
@@ -54,13 +47,13 @@ pipeline {
     }
 
             
-    stage('redeploy') {
-        steps {
-            sh """
-                dawn-cli deploy
-            """
-        }
-    }
+    // stage('redeploy') {
+    //     steps {
+    //         sh """
+    //             dawn-cli deploy
+    //         """
+    //     }
+    // }
    
   }
 }
\ No newline at end of file