From f6f355c465079497888d1ac9a7c09f9adcddc250 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Apr 2026 19:44:41 -0300 Subject: [PATCH] Add header comment to deploy workflow (trigger CI test) Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 382dcba..c8b7d9a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,3 +1,5 @@ +# Auto-deploy OCI Deal Accelerator skill to MCP server on every push to main. +# Requires secrets: OCI_SSH_KEY (private key), OCI_HOST (DNS alias). name: Deploy Skill to OCI on: