Skip to content

Commit

Permalink
Update CD to support development environment after Cloud migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKruemmel committed Oct 24, 2023
1 parent 5712990 commit 9831882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main, development]
branches: [main, development, feature/impl-factory_pattern_repos]
pull_request:
branches: [main]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9831882

Please sign in to comment.