fix: use explicit yaml path for codegen and build in deploy

This commit is contained in:
2026-02-19 04:38:59 +03:00
parent 37ee9ffd9f
commit fe95e137b3
+2 -1
View File
@@ -16,6 +16,7 @@ jobs:
cd /opt/subquery
git pull origin main
yarn install --frozen-lockfile
yarn build
./node_modules/.bin/subql codegen pezkuwi-governance.yaml
./node_modules/.bin/subql build pezkuwi.yaml
docker compose -f docker-compose.prod.yml build
docker compose -f docker-compose.prod.yml up -d