mirror of
https://github.com/NewFuture/DDNS.git
synced 2022-04-19 20:24:44 +00:00
ci(Travis): deploy skip_cleanup
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
[](https://pypi.org/project/ddns/${BUILD_SOURCEBRANCHNAME}/)[
|
||||
[](https://pypi.org/project/ddns/${BUILD_SOURCEBRANCHNAME}/) 
|
||||
|
||||
## 使用二进制文件 
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
2. 定时任务 下载 [`create-task.bat`](https://github.com/NewFuture/DDNS/releases/download/${BUILD_SOURCEBRANCHNAME}/create-task.bat) 于**相同目录**,以管理员权限运行
|
||||
* Ubunutu
|
||||
1. 下载ddns: `curl https://github.com/NewFuture/DDNS/releases/download/${BUILD_SOURCEBRANCHNAME}/ddns -#SLo ddns && chmod +x ddns`
|
||||
2. 创建定时任务(当前文件夹): `curl -sSL https://github.com/NewFuture/DDNS/releases/download/${BUILD_SOURCEBRANCHNAME}/create-task.sh | bash`
|
||||
2. 定时任务(当前目录): `curl -sSL https://github.com/NewFuture/DDNS/releases/download/${BUILD_SOURCEBRANCHNAME}/create-task.sh | bash`
|
||||
* Mac OSX
|
||||
* 命令行下载
|
||||
```sh
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ deploy:
|
||||
- provider: pypi
|
||||
user: newfuture-bot
|
||||
password: "${PYPI_PWD}"
|
||||
skip_cleanup: false
|
||||
skip_cleanup: true
|
||||
distributions: "sdist bdist_wheel" # Your distributions here
|
||||
on:
|
||||
tags: true
|
||||
|
||||
Reference in New Issue
Block a user