Fixed path in deploy for crawlers

pull/267/head
kompotkot 2021-09-21 10:04:46 +00:00
rodzic 8527932788
commit fa3c1de288
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ set -eu
echo
echo
echo "Building executable Ethereum transaction pool crawler script with Go"
HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool" "${APP_CRAWLERS_DIR}/main.go"
HOME=/root /usr/local/go/bin/go build -o "${APP_CRAWLERS_DIR}/ethtxpool/ethtxpool" "${APP_CRAWLERS_DIR}/ethtxpool/main.go"
echo
echo