Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Add Deploy to PandaStack button#501

Open
ajaysourcedigital wants to merge 1 commit into
CJackHwang:mainfrom
ajaysourcedigital:add-pandastack-deploy-button
Open

Add Deploy to PandaStack button#501
ajaysourcedigital wants to merge 1 commit into
CJackHwang:mainfrom
ajaysourcedigital:add-pandastack-deploy-button

Conversation

@ajaysourcedigital
Copy link
Copy Markdown

PandaStack

Add Deploy to PandaStack button

This PR adds a Deploy to PandaStack button alongside the existing Vercel button.

PandaStack is a cloud deployment platform — supports static sites, containerized apps, databases, cronjobs, and more. A great alternative hosting option for your users.

What this adds

[![Deploy to PandaStack](https://dashboard.pandastack.io/deploy-button.svg)](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api)

Happy to adjust build settings or output directory if needed. Feel free to close if you'd prefer to keep one button. 🙂

Copilot AI review requested due to automatic review settings May 12, 2026 12:41
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

@ajaysourcedigital is attempting to deploy a commit to the cjack's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d1e7de4bf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.MD

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/L4CFHP)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api)
[![Deploy to PandaStack](https://dashboard.pandastack.io/deploy-button.svg)](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fix PandaStack build path and output directory

For users clicking this button, the generated PandaStack project is configured to run npm run build at the repository root and publish dist, but this repo has no root package.json; the WebUI package lives under webui/ and its Vite build writes to static/admin (with Vercel publishing static). As written, the one-click deploy will fail during build or publish the wrong directory rather than deploying the app.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a “Deploy to PandaStack” badge/link to the main README.MD alongside the existing one-click deployment buttons, aiming to provide an additional deployment option for DS2API users.

Changes:

  • Added a PandaStack deploy button/link to the README deployment badges list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.MD

[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/L4CFHP)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api)
[![Deploy to PandaStack](https://dashboard.pandastack.io/deploy-button.svg)](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants