Skip to content

Instantly share code, notes, and snippets.

View Virtual-Robert's full-sized avatar

Virtual-Robert

View GitHub Profile
@Virtual-Robert
Virtual-Robert / oidc-to-static-keys-complete.patch
Created May 23, 2026 07:47
AVA Dark Factory: Complete OIDC to static AWS keys migration (9 files)
diff --git a/.github/actions/build_deploy_backend/action.yml b/.github/actions/build_deploy_backend/action.yml
index 8983d3c..199865d 100644
--- a/.github/actions/build_deploy_backend/action.yml
+++ b/.github/actions/build_deploy_backend/action.yml
@@ -4,8 +4,11 @@ inputs:
ENVIRONMENT:
description: "Environment to deploy to"
required: true
- AWS_ROLE_ARN:
- description: "ARN of the role to assume"
@Virtual-Robert
Virtual-Robert / composite-actions-static-keys.patch
Created May 23, 2026 07:46
AVA Dark Factory: Update composite actions to use static AWS keys instead of OIDC
diff --git a/.github/actions/build_deploy_backend/action.yml b/.github/actions/build_deploy_backend/action.yml
index 8983d3c..199865d 100644
--- a/.github/actions/build_deploy_backend/action.yml
+++ b/.github/actions/build_deploy_backend/action.yml
@@ -4,8 +4,11 @@ inputs:
ENVIRONMENT:
description: "Environment to deploy to"
required: true
- AWS_ROLE_ARN:
- description: "ARN of the role to assume"
@Virtual-Robert
Virtual-Robert / production-workflow-fixed.yml
Created May 22, 2026 19:10
Dark Factory production.yml with static AWS keys
name: CI/CD Pipeline Production
on:
push:
branches: [main]
jobs:
# TODO: Re-enable typecheck job after fixing PageProps/LayoutProps type debt
# See: https://github.com/Virtual-Robert/AVA-dark-factory/issues (create ticket)
@Virtual-Robert
Virtual-Robert / vps-setup.sh
Last active March 18, 2026 19:35
OpenClaw VPS Quick Setup (with Docker + Agent Pipeline)
#!/bin/bash
set -e
# OpenClaw VPS Quick Setup
# Download and run: curl -O <url> && chmod +x setup.sh && ./setup.sh
BLUE='\033[0;34m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
RED='\033[0;31m'