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