From 343f1176cf2f00bb1f5660441298a77c1bcb9302 Mon Sep 17 00:00:00 2001 From: Romian Tairovski Date: Sun, 25 Feb 2024 19:39:46 +0100 Subject: [PATCH] action --- .github/workflows/create-version.yml | 29 ++++++++++++++++++++++++++++ README.md | 5 ++--- 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/create-version.yml diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml new file mode 100644 index 0000000..a3401e3 --- /dev/null +++ b/.github/workflows/create-version.yml @@ -0,0 +1,29 @@ +on: + push: + branches: [ "main" ] + workflow_dispatch: +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + # - name: Set up Node.js + # uses: actions/setup-node@v3 + # with: + # node-version: 20 + # cache: 'npm' + - name: Setup pnpm + uses: pnpm/action-setup@v3.0.0 + with: + version: 8 + - name: install & build + run: | + pnpm install + pnpm build + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: true + title: "Development Build" + files: ./.output diff --git a/README.md b/README.md index 952ce1e..228c088 100755 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Minecraft server dashboard for ServerTap A simple Minecraft server dashboard. Using Nuxt3, ServerTap, NuxtUI. -Made to be running ON the machine that runs the minecraft server, so the ServerTap port does not have to be exposed. +Made to be running ON the machine that runs the minecraft server, so the ServerTap port does not have to be exposed. +Kinda only looks good on mobile. image - - ## Features - See if the server is working