2024-11-07 19:09:57 +00:00
|
|
|
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
|
2024-11-07 19:13:25 +00:00
|
|
|
apt install -y rclone
|
2024-11-07 19:09:57 +00:00
|
|
|
|