diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 18249e1..96a792f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: Clean install dependencies and build run: | corepack enable - pnpm deploy --filter apps/frontend --frozen-lockfile build/frontend + pnpm deploy --filter frontend --frozen-lockfile build/frontend cd build/frontend pnpm run build-only --emptyOutDir --outDir /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}}/ mv /www/hereconnect.condev.ru/current /www/hereconnect.condev.ru/old && mv /www/hereconnect.condev.ru/build-${{env.GITHUB_SHA}} /www/hereconnect.condev.ru/current && rm -rf /www/hereconnect.condev.ru/old