tools.deploy: fix location of port-number file.
parent
ccf6a27191
commit
6f9db0d163
|
@ -4,7 +4,7 @@ http.client kernel ;
|
||||||
|
|
||||||
: deploy-test-5 ( -- )
|
: deploy-test-5 ( -- )
|
||||||
URL" http://localhost/foo.html" clone
|
URL" http://localhost/foo.html" clone
|
||||||
"resource:port-number" ascii file-contents string>number >>port
|
"resource:temp/port-number" ascii file-contents string>number >>port
|
||||||
http-get 2drop ;
|
http-get 2drop ;
|
||||||
|
|
||||||
MAIN: deploy-test-5
|
MAIN: deploy-test-5
|
||||||
|
|
Loading…
Reference in New Issue