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
port: 222
source:
- main.exe
- scripts/start.sh
- main
# - 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: appleboy/ssh
# settings:
# host: 193.112.151.199
# username: root
# password:
# from_secret: scp_password
# port: 222
# script:
# - docker restart epic-go