Agent skill
deploying-app
deploy the Wasp app to Railway or Fly.io using Wasp CLI.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/deploying-app
SKILL.md
deploying-app
Pre-Deployment
- Run a pre-deployment check via validating-pre-deployment to validate configuration.
- present the list of supported
wasp deployproviders under the "Wasp Deploy" section of the docs and ask the user to choose one. - follow the steps from the chosen provider's guide to deploy the app.
OAuth Redirect URLs
If they user is using OAuth providers, inform them that they need to add the redirect URLs to the OAuth providers in the provider's dashboard. For example: https://your-server-url.com/auth/google/callback
More info can be found in the Wasp Social Auth Providers docs.
Deployment Interrupted
Safe to rerun: wasp deploy <provider> deploy
DO NOT rerun: wasp deploy <provider> launch commands (one-time only)
Didn't find tool you were looking for?