Add Deploy to PandaStack button#501
Conversation
|
@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. |
There was a problem hiding this comment.
💡 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".
|
|
||
| [](https://zeabur.com/templates/L4CFHP) | ||
| [](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api) | ||
| [](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist) |
There was a problem hiding this comment.
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 👍 / 👎.
There was a problem hiding this comment.
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.
|
|
||
| [](https://zeabur.com/templates/L4CFHP) | ||
| [](https://vercel.com/new/clone?repository-url=https://github.com/CJackHwang/ds2api) | ||
| [](https://dashboard.pandastack.io/deploy?repo=CJackHwang/ds2api&type=static&buildCmd=npm+run+build&outputDir=dist) |
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
Happy to adjust build settings or output directory if needed. Feel free to close if you'd prefer to keep one button. 🙂