deploy-to-temps

Deploy applications to Temps with automatic framework detection and Dockerfile generation.

620|45|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/gotempsh/temps --skill deploy-to-temps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deploy-to-temps
Source: https://github.com/gotempsh/temps/tree/main/skills/deploy-to-temps
Command: npx skills add https://github.com/gotempsh/temps --skill deploy-to-temps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying modern applications to Temps can be time-consuming and error-prone due to manual framework setup, Dockerfile creation, and deployment configuration. This Skill automates the end-to-end process, from framework detection to generated deployment artifacts, enabling faster, repeatable deployments.

Core Features & Use Cases

  • Automatic framework detection across a broad set of stacks (Next.js, Vite, React, Node.js, Python, Go, Rust, Java, C#).
  • Dockerfile generation optimized for Temps deployments and container orchestration.
  • Git-based auto-deploys and CI/CD integration for seamless production workflows.
  • Easy deployment configuration and environment management through Temps.

Quick Start

Connect your project to Temps and trigger a deployment to automatically detect the framework and generate a Dockerfile.

Frequently Asked Questions about deploy-to-temps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an app to Temps without manually writing a Dockerfile?▼

To deploy an app to Temps without a manual Dockerfile, connect your Git repository to trigger auto-deployment. The system analyzes project files, automatically detects the framework, and generates an optimized Dockerfile for container orchestration.

Does the Temps deployment platform support Python and Go frameworks?▼

Yes, the Temps deployment platform supports Python and Go applications, alongside Next.js, Vite, React, Node.js, Rust, Java, and C#. It detects the stack automatically from your project files to configure deployment settings.

How does automatic framework detection work for containerized deployments?▼

Automatic framework detection works by analyzing your project files to identify the specific technology stack. Once detected, it generates a tailored Dockerfile and applies the correct deployment configuration for seamless container orchestration.

Can I set up Git-based CI/CD auto-deploys for a Next.js application?▼

Yes, you can set up Git-based CI/CD auto-deploys for Next.js applications. The system configures auto-deploy hooks from your Git repository to enable seamless production workflows and continuous integration on the Temps platform.

What is the best way to configure environment variables during framework deployment?▼

The best way to configure environment variables during framework deployment is through the Temps platform's deployment configuration settings. It enables easy environment management alongside automated Dockerfile creation and Git-based auto-deploys.