ci: build script not called on deploy

This commit is contained in:
thecodrr
2022-07-30 08:39:46 +05:00
parent 96246a1e33
commit f6a93061fd

View File

@@ -29,6 +29,7 @@ jobs:
- run: |
cd apps/vericrypt
npm i
npm run build
mv ./build/ ./public_html/
- uses: blbecker/rsync-deploy@v1.0