From 98318827706d9bcbb43696bab5be3d57995a8f66 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 24 Oct 2023 16:33:28 +0200 Subject: [PATCH] Update CD to support development environment after Cloud migration --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd16e50..b8a16e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ on: push: - branches: [main, development] + branches: [main, development, feature/impl-factory_pattern_repos] pull_request: branches: [main] @@ -57,8 +57,8 @@ jobs: with: aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }} aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - application_name: Face-The-Facts Backend - environment_name: ${{ github.ref == 'refs/heads/main' && 'Face-The-Facts-Backend-Main' || 'Face-The-FactsBackend-Development' }} + application_name: ${{ github.ref == 'refs/heads/main' && 'backend-production' || 'backend-development' }} + environment_name: ${{ github.ref == 'refs/heads/main' && 'Backend-production-env' || 'Backend-development-env' }} version_label: ${{ github.sha }} use_existing_version_if_available: true region: eu-central-1