From 167b1becbc27a02b963d0c06a534ba7899a5e657 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 26 Jan 2026 04:04:50 +0200 Subject: [PATCH] Update cors origin --- .woodpecker.yaml | 2 +- backend/main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 3d68271..8ba23fc 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,7 +3,7 @@ steps: name: Build & Push Frontend image: woodpeckerci/plugin-kaniko when: - branch: [ master, develop ] + branch: [ master, develop, aws ] event: [ push, pull_request, tag ] path: include: [ frontend/** ] diff --git a/backend/main.py b/backend/main.py index 2a792fb..ba61322 100644 --- a/backend/main.py +++ b/backend/main.py @@ -242,6 +242,7 @@ allowed_origins = [ "http://localhost:3000", "https://my-recipes.dvirlabs.com", "http://my-recipes.dvirlabs.com", + "http://my-recipes.aws-dvirlabs.com", ] app.add_middleware(