mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
ci: move build files to public_html before deploy
This commit is contained in:
3
.github/workflows/importer-deploy.yml
vendored
3
.github/workflows/importer-deploy.yml
vendored
@@ -29,10 +29,11 @@ jobs:
|
||||
- run: |
|
||||
npm i
|
||||
npx turbo run build
|
||||
mv ./apps/importer/build/ ./apps/importer/public_html/
|
||||
|
||||
- uses: blbecker/rsync-deploy@v1.0
|
||||
with:
|
||||
source_dir: ./apps/importer/build/*
|
||||
source_dir: ./apps/importer/public_html/
|
||||
destination_path: ${{ secrets.REMOTE_IMPORTER_PATH }}
|
||||
destination_host: ${{ secrets.REMOTE_HOST }}
|
||||
deployment_user: ${{ secrets.REMOTE_USER }}
|
||||
|
||||
Reference in New Issue
Block a user