diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ea46006..8242edc 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -17,6 +17,13 @@ jobs: git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git . ls -la + - name: Build Svelte app + run: | + curl -fsSL https://deb.nodesource.com/setup_22.x | bash - + apt-get install -y -qq nodejs + npm ci + npm run build + - name: Deploy via FTP env: USERNAME: ${{ secrets.USERNAME }}