mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Fixed:
- Blank custom api url - Collapsing .pl-item without art
This commit is contained in:
parent
2b33070a8a
commit
170b4a1f27
7 changed files with 124 additions and 96 deletions
|
@ -1,13 +1,19 @@
|
|||
pipeline:
|
||||
deploy:
|
||||
build:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- npm install surge
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
deploy:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- npm install surge && npm audit fix
|
||||
- cp dist/index.html dist/200.html
|
||||
- npx surge ./dist hyperpipe.surge.sh
|
||||
secrets: [ surge_login, surge_token ]
|
||||
secrets: [surge_login, surge_token]
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
||||
event: push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue