From 8f5d1a882bd621dd94260f063f6d9d0656df17e6 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sun, 26 Mar 2023 11:10:55 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a3ee6b9..4f50e47 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]