Update main.yml

This commit is contained in:
Michael Mainguy 2024-04-02 09:23:03 -05:00 committed by GitHub
parent 85bfcdbf6a
commit 2d61cd1563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,10 +17,4 @@ jobs:
with: with:
node-version: 20.x node-version: 20.x
- run: echo "test" - run: echo "test"
- run: npm ci
- run: npm run build
env:
VITE_SYNCDB_ENDPOINT: ${{ secrets.VITE_SYNCDB_ENDPOINT }}
VITE_USER_ENDPOINT: ${{ secrets.VITE_USER_ENDPOINT }}
NODE_OPTIONS: --max-old-space-size=1024
- run: cp -r ./dist/* /var/www/deepdiagram - run: cp -r ./dist/* /var/www/deepdiagram