This commit is contained in:
parent
da4c3e2806
commit
d1cd3e6fd4
20
.gitea/workflows/main.yml
Normal file
20
.gitea/workflows/main.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user