Files
ryobi-crawler/.gitea/workflows/deploy.yaml
Krzysiej befcef9e8d
All checks were successful
/ deploy-job (push) Successful in 0s
First test of gitea actions
2026-02-08 12:58:36 +01:00

11 lines
164 B
YAML

on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy-job:
runs-on: server
steps:
- name: initial test
run: echo "test"