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 # - scripts/start.sh
target: /opt/dockeropt/epic-go target: /opt/dockeropt/epic-go
# - name: restart epic-go container - name: restart epic-go container
# image: appleboy/ssh image: ghcr.io/appleboy/drone-ssh
# settings: settings:
# host: 193.112.151.199 host: 193.112.151.199
# username: root username: root
# password: password:
# from_secret: scp_password from_secret: scp_password
# port: 222 port: 222
# script: script:
# - docker restart epic-go - docker restart epic-go