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(