diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 93e50af0..b8bc2070 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: rsync -avz --delete ./ ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:/home/administrator/deploys/softwareai \ --exclude node_modules \ --exclude .git \ - --exclude frontend/web/node_modules + --exclude frontend/web/node_modules \ --exclude electron/web/node_modules - name: Make dir on VPS diff --git a/backend/celerybeat-schedule b/backend/celerybeat-schedule index 4a5af778..c7532a4f 100644 Binary files a/backend/celerybeat-schedule and b/backend/celerybeat-schedule differ