Update '.woodpecker.yml'

This commit is contained in:
Shiny Nematoda 2023-03-26 11:35:55 +00:00 committed by vrifox
parent 8f5d1a882b
commit 261185337c
No known key found for this signature in database
GPG key ID: D40098E5B60B2197

View file

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