Compare commits

..

No commits in common. '58868ba228275837433118894c385dce668a97cb' and 'c47f3e7c23963844bd120944706026f9b4e0eacf' have entirely different histories.

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

Loading…
Cancel
Save