> .gitea runner
Some checks failed
Build, push and deploy / builds (push) Failing after 28s

This commit is contained in:
John Galt 2024-11-07 20:09:57 +01:00
parent da4c3e2806
commit d1cd3e6fd4

20
.gitea/workflows/main.yml Normal file
View File

@ -0,0 +1,20 @@
name: Build, push and deploy
on:
push:
branches:
- main
jobs:
builds:
runs-on: slimbook-ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: rclone to remote
run: |
ls -lha
apk add rclone