ci-cd-deployment

CI/CD & Deployment

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ci-cd-deployment" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-ci-cd-deployment

CI/CD & Deployment

When to use this skill

  • Configuring GitHub Actions workflows.

  • Setting up automated deployments.

  • Configuring test runners in CI.

  1. GitHub Actions
  • Triggers: on: push for branches, on: pull_request for verification.

  • Caching: Always cache dependencies (npm, pip, composer) to speed up builds.

  • uses: actions/setup-node@v4 with: node-version: 18 cache: 'npm'

  1. Deployment
  • Atomic: Deployment should be atomic (zero downtime).

  • Migration: Run DB migrations during deployment, but ensure backward compatibility.

  • Secrets: Use repo secrets; never strict commit credentials.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

bootstrap-legacy

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-core-schema

No summary provided by upstream source.

Repository SourceNeeds Review