mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Update year in license - improved "Add to Playlist" modal - Disable error logging
This commit is contained in:
parent
3f5abe967b
commit
62eeca661c
5 changed files with 13 additions and 6 deletions
|
@ -3,16 +3,16 @@ pipeline:
|
|||
image: node:alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- npm run build && npm audit fix
|
||||
when:
|
||||
event: ['push', 'pull_request']
|
||||
|
||||
surge:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- npm install surge
|
||||
- npm install surge && npm audit fix
|
||||
- cp dist/index.html dist/200.html
|
||||
- npx surge ./dist hyperpipe.surge.sh
|
||||
- npx surge ./dist --domain https://hyperpipe.surge.sh
|
||||
secrets: [surge_login, surge_token]
|
||||
when:
|
||||
branch: main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue