• Joined on 2025-05-04
matt pushed to main at matt/puffin-app 2025-10-30 12:30:32 +01:00
04bfef4391 Fix frontend runtime environment configuration
matt pushed to main at matt/puffin-app 2025-10-30 12:19:06 +01:00
bc9e2d3782 Implement comprehensive Stripe security fixes and production deployment
matt pushed to main at matt/puffin-app 2025-10-30 11:22:34 +01:00
97919cd4ac Update Stripe API version to 2025-10-29.clover
matt pushed to main at matt/puffin-app 2025-10-29 22:07:24 +01:00
9e621042db Add WREN_DRY_RUN environment variable for safe testing
matt pushed to main at matt/puffin-app 2025-10-29 21:45:52 +01:00
06733cb2cb Integrate Stripe Checkout and add comprehensive UI enhancements
matt pushed to main at matt/puffin-app 2025-10-29 14:58:23 +01:00
3a33221130 Hide debug logs in production
matt pushed to main at matt/puffin-app 2025-10-29 14:52:41 +01:00
17c7a8f580 Support environment variables in env.sh for Portainer deployment
matt pushed to main at matt/puffin-app 2025-10-29 14:28:22 +01:00
077deb4194 Remove container specification - use runner's default ubuntu-latest
matt pushed to main at matt/puffin-app 2025-10-29 14:27:34 +01:00
b9c03fa87e Remove driver specification from Buildx setup
matt pushed to main at matt/puffin-app 2025-10-29 14:26:49 +01:00
aec179ec49 Remove duplicate Docker socket mount from workflow
matt pushed to main at matt/puffin-app 2025-10-29 14:25:58 +01:00
41f8fc1c76 Fix Docker socket permission issue in CI/CD workflow
matt pushed to main at matt/puffin-app 2025-10-29 14:22:33 +01:00
189255a7d8 Use repository variables for registry configuration
matt pushed to main at matt/puffin-app 2025-10-29 14:08:41 +01:00
7b9901174e Use full Ubuntu image with Docker pre-installed
matt pushed to main at matt/puffin-app 2025-10-29 13:58:50 +01:00
47fb07a7d2 Use proven Gitea Actions pattern from working workflow
matt pushed to main at matt/puffin-app 2025-10-29 13:57:59 +01:00
5a2a1c47da Replace actions/checkout with manual git clone
matt pushed to main at matt/puffin-app 2025-10-29 13:57:00 +01:00
683843458e Use Docker-in-Docker container for builds
matt pushed to main at matt/puffin-app 2025-10-29 13:55:23 +01:00
9869355146 Install Docker CLI in workflow before use
matt pushed to main at matt/puffin-app 2025-10-29 13:53:35 +01:00
6d53650352 Switch to Docker-based workflow with CLI commands
matt pushed to main at matt/puffin-app 2025-10-29 13:51:16 +01:00
8de8fc9b40 Remove --user root option from Kaniko container
matt pushed to main at matt/puffin-app 2025-10-29 13:50:23 +01:00
82093a0cf6 Fix CI workflow to use Kaniko for containerized runner