Deploy

Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. Use when this capability is needed.

tomevault-io Updated

File contents

Deploy

Execute the following deployment/infrastructure task:

$ARGUMENTS

Pre-deployment Checklist

  1. Verify build: Ensure the project builds successfully
  2. Run tests: All tests should pass
  3. Check lint: Code should pass linting checks
  4. Review environment: Verify environment configuration

Docker Deployment

# Build and start all services
docker-compose up --build

# Build specific service
docker-compose build [service-name]

# View logs
docker-compose logs -f [service-name]

Environment Variables

Ensure all required environment variables are set according to project documentation.

Post-deployment Verification

  1. Health check: Verify the application is running
  2. Test endpoints: Verify key functionality works
  3. Monitor logs: Check for errors or warnings

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/yu-iskw--software-development-team-plugin--deploy commit 2a6c057458

Frequently asked questions

npx skillmds@latest add tomevault-io/deploy-34