mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 01:57:58 +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: |
|
||||
cd /opt/subquery
|
||||
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 up -d
|
||||
|
||||
Reference in New Issue
Block a user