ci: 添加 Gitea Actions 示例工作流

- 新增 ci.yaml 文件,定义 Gitea Actions 示例
This commit is contained in:
hu xiaotong
2025-07-09 08:21:06 +08:00
parent 0e9be76543
commit 23a4c871df

View File

@@ -24,13 +24,13 @@ steps:
# - scripts/start.sh
target: /opt/dockeropt/epic-go
# - name: restart epic-go container
# image: appleboy/ssh
# settings:
# host: 193.112.151.199
# username: root
# password:
# from_secret: scp_password
# port: 222
# script:
# - docker restart epic-go
- name: restart epic-go container
image: ghcr.io/appleboy/drone-ssh
settings:
host: 193.112.151.199
username: root
password:
from_secret: scp_password
port: 222
script:
- docker restart epic-go