Add .gitea/workflow/things.yaml
This commit is contained in:
8
.gitea/workflow/things.yaml
Normal file
8
.gitea/workflow/things.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: "update score server"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
sync:
|
||||||
|
runs-on: [ubuntu-latest]
|
||||||
|
steps:
|
||||||
|
-name: "upload dll file to host"
|
||||||
|
run : scp rtjiory.dll ${{secrets.HostSSHDomain}}:/home/a4plane/Arrow
|
||||||
Reference in New Issue
Block a user