Below you will find pages that utilize the taxonomy term “Twopow”
August 13, 2026
Railway Deploy Action
Version updated for https://github.com/twopow/railway-deploy-action to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a new container image to a Railway service and waits for the deployment to succeed. It simplifies the process by leveraging the Railway public GraphQL API and handles multiple services concurrently through a matrix strategy. The action supports various configurations such as project, service name, image reference, environment, and debugging options to streamline CI/CD pipelines.
August 3, 2026
Railway Image Bump
Version updated for https://github.com/twopow/railway-deploy-action to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the deployment of a new container image to a Railway service in a shared project. It pins the Railway CLI release, resolves service and environment names to IDs, updates the service instance’s image, triggers the deploy, waits for it to complete, and provides outputs for deployment ID, service ID, and environment ID. It supports specifying an optional environment name and handling different types of tokens.