Update '.woodpecker.yml'

This commit is contained in:
Shiny Nematoda 2023-03-26 11:10:55 +00:00 committed by vrifox
parent a8639bcdd4
commit 8f5d1a882b
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
- npm install surge && npm audit fix --force
- cp dist/index.html dist/200.html
- npx surge ./dist --domain https://hyperpipe.surge.sh
secrets: [surge_login, surge_token]