diff --git a/MakefileEks.mk b/MakefileEks.mk index 03a8b39d1..96e62d9b4 100644 --- a/MakefileEks.mk +++ b/MakefileEks.mk @@ -104,10 +104,13 @@ build-bk-test-morph-test-qanet-to-morph-token-price-oracle: start-bk-test-morph-test-qanet-to-morph-token-price-oracle: /data/secret-manager-wrapper ./token-price-oracle +# hoodi token price oracle build-bk-prod-morph-prod-testnet-to-morph-token-price-oracle-hoodi: if [ ! -d dist ]; then mkdir -p dist; fi env GO111MODULE=on CGO_LDFLAGS="-ldl" CGO_ENABLED=1 go build -v $(LDFLAGS) -o token-price-oracle/token-price-oracle ./token-price-oracle/cmd cp token-price-oracle/token-price-oracle dist/ + aws s3 cp s3://morph-0582-morph-technical-department-testnet-data/testnet/hoodi/morph-setup/secret-manager-wrapper.tar.gz ./ + tar -xvzf secret-manager-wrapper.tar.gz start-bk-prod-morph-prod-testnet-to-morph-token-price-oracle-hoodi: