ci: 添加 Gitea Actions 示例工作流

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

View File

@@ -20,17 +20,17 @@ steps:
from_secret: scp_password from_secret: scp_password
port: 222 port: 222
source: source:
- main.exe - main
- 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: appleboy/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