mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Changes:
- POST requests for feeds - Export subscriptions - Replaced xml-js - Thumbnails for songs in local playlist - Closes #107
This commit is contained in:
parent
171ef845d3
commit
7adf7e569f
14 changed files with 502 additions and 545 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
|||
- npm run build
|
||||
when:
|
||||
path:
|
||||
exclude: ['*.md', '.gitea/*']
|
||||
exclude: ['*.md', '.gitea/**']
|
||||
event: ['push', 'pull_request']
|
||||
|
||||
surge:
|
||||
|
@ -19,7 +19,7 @@ pipeline:
|
|||
when:
|
||||
branch: main
|
||||
path:
|
||||
exclude: ['*.md', '.gitea/*']
|
||||
exclude: ['*.md', '.gitea/**']
|
||||
event: ['push']
|
||||
|
||||
docker:
|
||||
|
@ -29,11 +29,12 @@ pipeline:
|
|||
repo: codeberg.org/hyperpipe/hyperpipe
|
||||
registry: codeberg.org
|
||||
tags: latest
|
||||
username: snematoda
|
||||
username:
|
||||
from_secret: cb_user
|
||||
password:
|
||||
from_secret: cb_token
|
||||
when:
|
||||
branch: main
|
||||
path:
|
||||
exclude: ['*.md', '.gitea/*']
|
||||
exclude: ['*.md', '.gitea/**']
|
||||
event: ['push']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue