1
Fork 0

add deploy command

This commit is contained in:
Jan-Erik Rediger 2024-06-03 20:59:40 +02:00
parent 798d3629c7
commit 6d6bbe0840
2 changed files with 7 additions and 2 deletions

View file

@ -44,6 +44,12 @@ Then:
make test make test
``` ```
## Deploy
```
fly deploy
```
## License ## License
[MPL](./COPYING) [MPL](./COPYING).

View file

@ -168,7 +168,6 @@ fn handle_file(buf: *io::stream, serv_req: *http::server_request) (void | notfou
io::writeall(buf, filecontent)!; io::writeall(buf, filecontent)!;
http::response_write( http::response_write(
serv_req.socket, serv_req.socket,
http::STATUS_OK, http::STATUS_OK,