mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 03:07:57 +00:00
fix: use explicit yaml path for codegen and build in deploy
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
cd /opt/subquery
|
cd /opt/subquery
|
||||||
git pull origin main
|
git pull origin main
|
||||||
yarn install --frozen-lockfile
|
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 build
|
||||||
docker compose -f docker-compose.prod.yml up -d
|
docker compose -f docker-compose.prod.yml up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user