Automazione e sistemazione repo.
Some checks failed
Build and release / build (push) Failing after 54s
Some checks failed
Build and release / build (push) Failing after 54s
This commit is contained in:
parent
8a83bee803
commit
3d1a5afb73
5 changed files with 43 additions and 257 deletions
21
.gitea/workflows/build.yml
Normal file
21
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: Build and release
|
||||
on:
|
||||
- push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: KoharaKazuya/marp-cli-action@v2
|
||||
with:
|
||||
generate-pdf: true
|
||||
- uses: burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
switches: -avz --delete
|
||||
path: "slides.pdf"
|
||||
remote_host: ${{ secrets.REMOTE_HOST }}
|
||||
remote_port: ${{ secrets.REMOTE_PORT }}
|
||||
remote_user: ${{ secrets.REMOTE_USER }}
|
||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
remote_path: /srv/http/hugo/downloads/pveenthome.pdf
|
Loading…
Add table
Add a link
Reference in a new issue