mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Update '.woodpecker.yml'
This commit is contained in:
parent
8f5d1a882b
commit
261185337c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pipeline:
|
||||||
surge:
|
surge:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install surge && npm audit fix --force
|
- npm install surge
|
||||||
- cp dist/index.html dist/200.html
|
- cp dist/index.html dist/200.html
|
||||||
- npx surge ./dist --domain https://hyperpipe.surge.sh
|
- npx surge ./dist --domain https://hyperpipe.surge.sh
|
||||||
secrets: [surge_login, surge_token]
|
secrets: [surge_login, surge_token]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue