mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 04:17:59 +00:00
fix: add yarn build to deploy workflow
dist/ is gitignored so VPS needs to build TypeScript handlers locally after git pull.
This commit is contained in:
@@ -15,5 +15,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd /opt/subquery
|
cd /opt/subquery
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
yarn install --frozen-lockfile
|
||||||
|
yarn build
|
||||||
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