There was an error while loading. Please reload this page.
1 parent 987367b commit 0fbbc2fCopy full SHA for 0fbbc2f
distributed/script/deploy.sh
@@ -5,7 +5,7 @@
5
## 且部署时在部署机子上重新构建,所以需要go、git环境 // 使用这种方法也是因为架构,系统文件版本不同会导致二进制文件无法运行
6
7
## 确保在用户目录下有这么几个文件夹
8
-ssh ubuntu@119.29.5.95 "cd ~ ; mkdir -p dos/build/var ; mkdir ~/DOStorage1"
+ssh ubuntu@119.29.5.95 "cd ~ ; mkdir -p dos/build/var ; mkdir -p ~/DOStorage1"
9
10
### 复制内容
11
scp -r ./** ubuntu@119.29.5.95:~/DOStorage1/
0 commit comments