加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2022-06-28 18:10 . build dist
#!/usr/bin/env sh
# abort on errors
set -e
ossutil rm oss://bsformbuilder/ -rf
ossutil cp -rf ./index.html oss://bsformbuilder/index.html
ossutil cp -rf ./custom.html oss://bsformbuilder/custom.html
ossutil cp -rf ./build oss://bsformbuilder/build
ossutil cp -rf ./dist oss://bsformbuilder/dist
ossutil cp -rf ./src oss://bsformbuilder/src
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化