From 239259a2b38dc66517bdaafe0d42435fa10765bd Mon Sep 17 00:00:00 2001 From: "nuxthub-admin[bot]" <163076504+nuxthub-admin[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:15:28 +0000 Subject: [PATCH] ci: add nuxthub workflow --- .github/workflows/nuxthub.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/nuxthub.yml diff --git a/.github/workflows/nuxthub.yml b/.github/workflows/nuxthub.yml new file mode 100644 index 0000000..2665b80 --- /dev/null +++ b/.github/workflows/nuxthub.yml @@ -0,0 +1,34 @@ +name: Deploy to NuxtHub +on: push + +jobs: + deploy: + name: "Deploy to NuxtHub" + runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + + steps: + - uses: actions/checkout@v4 + + - name: Install Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + + - name: Install Node.js + uses: actions/setup-node@v4 + with: + node-version: 22 + + - name: Install dependencies + run: bun install + + - name: Ensure NuxtHub module is installed + run: bunx nuxthub@latest ensure + + - name: Build & Deploy to NuxtHub + uses: nuxt-hub/action@v2 + with: + project-key: artrag-kixt