snaphost_deploy
Deploy a local project folder to Snaphost and receive a public URL. The platform packs the folder, uploads it, and runs the build, auto-generating a Dockerfile when none is provided.
Instructions
Deploy a local project folder to Snaphost. Packs the folder (respecting .gitignore/.snaphostignore, dropping node_modules/.git/.env), uploads it, starts the build, waits, and returns the public URL. Costs vibecoins. No Dockerfile is needed: if the project has none, the platform generates one automatically — do NOT create a Dockerfile before deploying. If the project ships its own Dockerfile, the server inside it MUST listen on the PORT environment variable, otherwise the deployed URL will not respond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the project folder to deploy (usually the workspace root) | |
| wait | No | Wait for the build to finish (up to 15 min) instead of returning immediately |