Skip to content

Commit

Permalink
Update deploy script to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlfwong committed Jul 31, 2022
1 parent 639dae3 commit 6493c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ echo "Build complete. Starting server on http://localhost:4444/"
echo "Hit Ctrl+C to complete or cancel the release"
echo
echo
python -m SimpleHTTPServer 4444 .
python3 -m http.server 4444
set +x

0 comments on commit 6493c5f

Please sign in to comment.