Skip to content

Generate CI/CD workflows #9

@MichaelSchmidle

Description

@MichaelSchmidle

Generate GitHub Actions workflows for automated testing and deployment.

Workflows to generate:

  1. .github/workflows/test.yml - Run tests on PR
  2. .github/workflows/deploy.yml - Deploy on git tag push

Example deploy workflow:

  • Trigger: Tag push (v*)
  • Steps: SSH to server → git checkout tag → light up
  • Notifications: Deployment status

Related: 001-T076-T083 from spec 001, #1 (SSH deployment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions