Skip to content

Commit 0fbbc2f

Browse files
authored
Update deploy.sh
1 parent 987367b commit 0fbbc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎distributed/script/deploy.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## 且部署时在部署机子上重新构建,所以需要go、git环境 // 使用这种方法也是因为架构,系统文件版本不同会导致二进制文件无法运行
66

77
## 确保在用户目录下有这么几个文件夹
8-
ssh ubuntu@119.29.5.95 "cd ~ ; mkdir -p dos/build/var ; mkdir ~/DOStorage1"
8+
ssh ubuntu@119.29.5.95 "cd ~ ; mkdir -p dos/build/var ; mkdir -p ~/DOStorage1"
99

1010
### 复制内容
1111
scp -r ./** ubuntu@119.29.5.95:~/DOStorage1/

0 commit comments

Comments
 (0)