Add step templates for Convex backend deployments#1687
Open
itsmebenwalker wants to merge 4 commits into
Open
Conversation
|
Review this PR in Hyponome for a side-by-side diff of the step-template JSON and any embedded scripts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds five new step templates for Convex, a full-stack backend platform built around a serverless TypeScript runtime with a real-time reactive database.
What is Convex?
Convex is a backend-as-a-service platform that replaces a traditional database + API layer with a single, type-safe TypeScript runtime. It provides:
npx convex deploypushes your schema and functions in secondsConvex has become a go-to backend for the AI-native development wave. It's deeply integrated with tools like Cursor, Bolt, and v0, and is a favourite among vibe coders - developers who lean on AI assistants to scaffold and ship full-stack apps fast. Convex's fully TypeScript schema, auto-generated types, and instant deployments make it particularly well-suited to AI-assisted workflows where the goal is to go from idea to production with minimal friction. As AI-generated codebases grow in popularity, Convex is increasingly the backend of choice behind them.
Steps added
KEY=VALUEenvironment variables from Octopus into the Convex runtime environmentAll steps require Node.js and
npxon the worker. No additional global installs needed - the Convex CLI is invoked vianpx.Other changes
Testing
Steps were tested end-to-end using a public test repository: https://github.com/itsmebenwalker/octopus-community-step-temp-convex
Screenshots of each completed deployment step are attached below, along with a raw execution log and screenshots from within the Convex dashboard.
All steps (completed):
Task log:
ServerTasks-1908.log.txt
Each step output: