This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user