- Blank custom api url
- Collapsing .pl-item without art
This commit is contained in:
Shiny Nematoda 2022-09-21 11:24:41 +00:00
parent 2b33070a8a
commit 170b4a1f27
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
7 changed files with 124 additions and 96 deletions

View file

@ -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