Update '.woodpecker/surge.yml'

This commit is contained in:
Shiny Nematoda 2022-09-21 13:29:36 +02:00
parent 170b4a1f27
commit 5ceac8b3a7

View file

@ -10,7 +10,7 @@ pipeline:
deploy:
image: node:alpine
commands:
- npm install surge && npm audit fix
- npm install surge
- cp dist/index.html dist/200.html
- npx surge ./dist hyperpipe.surge.sh
secrets: [surge_login, surge_token]