diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8242edc..89e812e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Deploy to Production runs-on: docker container: - image: forgejo-ci-php:latest + image: forgejo-ci-node:latest steps: - name: Checkout code run: | @@ -19,8 +19,6 @@ jobs: - 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