fix dist path for fruitvote
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b30d8da939
commit
2cc4bd0663
@ -14,7 +14,7 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine
|
||||
mkdir -p ../dist/fruitvote
|
||||
cd fruitvote
|
||||
go build -o ../../dist/fruitvote/fruitvote
|
||||
cp start.sh ../dist/fruitvote/start.sh
|
||||
cp start.sh ../../dist/fruitvote/start.sh
|
||||
cd ..
|
||||
|
||||
echo "finished building HTML"
|
||||
|
@ -4,7 +4,7 @@ class GoPage {
|
||||
private $socket;
|
||||
private $template;
|
||||
|
||||
public function __construct($page, $socket = "/home/lizzy/fruitvote/http.sock", $start_cmd="/home/simponic/fruitvote/start.sh", $template="../template.html") {
|
||||
public function __construct($page, $socket = "/home/simponic/fruitvote/http.sock", $start_cmd="/home/simponic/fruitvote/start.sh", $template = "../template.html") {
|
||||
$this->page = $page;
|
||||
$this->socket = $socket;
|
||||
$this->template = $template;
|
||||
|
Loading…
Reference in New Issue
Block a user