Compare commits

...

2 Commits

Author SHA1 Message Date
franktrue 58868ba228 Merge branch 'main' of https://gogs.yxxurl.com/Kelvin/api2gpt-web
continuous-integration/drone/push Build is passing Details
3 years ago
franktrue 2d3df563c3 修改部署配置
3 years ago

@ -17,12 +17,12 @@ steps:
settings:
user: root
key:
from_secret: ssh_key
from_secret: kelvin_ssh_key
hosts: # 多个ip使用,隔开
from_secret: ssh_host
from_secret: kelvin_ssh_host
# 来源目录
source: ./dist/*
# 目标服务器目录
target: /mnt/data/wwwroot/api2gpt/web
target: /data/wwwroot/api2gpt/web
script:
- echo "Deploy Success"

Loading…
Cancel
Save