First test of gitea actions #64
11
.gitea/workflows/deploy.yaml
Normal file
11
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
deploy-job:
|
||||
runs-on: server
|
||||
steps:
|
||||
- name: initial test
|
||||
uses: echo "test"
|
||||
Reference in New Issue
Block a user