diff --git a/surge_deploy.sh b/surge_deploy.sh index c42ca34e2e..c4f27a5ed8 100644 --- a/surge_deploy.sh +++ b/surge_deploy.sh @@ -9,7 +9,7 @@ npm i -g surge npm install npm run build rm -rf node_modules/ -cp /build/index.html /build/404.html +cp build/index.html build/404.html export SURGE_LOGIN=fossasiasusichat@example.com # Token of a dummy account.