Skip to content

Commit

Permalink
Fixes fossasia#1266: Fix 2nd test of travis build (fossasia#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnitd authored and mariobehling committed May 29, 2018
1 parent c4fa6d0 commit c2dc675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surge_deploy.sh
Expand Up @@ -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.
Expand Down

0 comments on commit c2dc675

Please sign in to comment.