From 97d68ec796e92711ad92458642a2446162ef988c Mon Sep 17 00:00:00 2001 From: Eric Garcia Date: Fri, 30 Jan 2026 14:20:46 -0500 Subject: [PATCH] feat: add AWS profile configuration for superviber Configure repo to use 'superviber' AWS profile per RFC 0032. Co-Authored-By: Claude Opus 4.5 --- .blue/config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.blue/config.yaml b/.blue/config.yaml index 0ece21f..b80fe3f 100644 --- a/.blue/config.yaml +++ b/.blue/config.yaml @@ -2,4 +2,7 @@ forge: type: github host: a3afbb9620d1a4597b7eb435447d7dbd-5a068043e1782e61.elb.us-east-2.amazonaws.com owner: superviber - repo: blue \ No newline at end of file + repo: blue + +aws: + profile: superviber \ No newline at end of file