Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 5baabb5

Browse files
committed
resolved merge conflicts from master
2 parents 3760637 + 88b566c commit 5baabb5

37 files changed

+74
-3199
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ stages:
55
- build
66
- integration
77
- release
8-
- plan
98
- deploy
109

1110
# gitlab ci deployment options
1211
include:
1312
- local: /gitlab-ci/documentation.yml
1413
- local: /gitlab-ci/renovate.yml
15-
- local: /gitlab-ci/aws/cdk.yml
16-
# - local: /gitlab-ci/aws/cloudformation.yml
17-
#- local: /gitlab-ci/gcp/terraform.yml
14+
- local: /gitlab-ci/aws/dev.yml
15+
- local: /gitlab-ci/aws/app.yml
1816

1917
.Pytest:
2018
image: python:3.8

awscdk/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# if the the production environent subdomain should nott be included in the URL
1414
# redefine `full_domain_name` to `base_domain_name` for that environment
1515
full_domain_name = f"{environment_name}.{base_domain_name}" # dev.mysite.com
16-
# if environment_name == "prod":
17-
# full_domain_name = base_domain_name
16+
if environment_name == "app":
17+
full_domain_name = base_domain_name
1818
base_app_name = os.environ.get("APP_NAME", "mysite-com")
1919
full_app_name = f"{environment_name}-{base_app_name}" # dev-mysite-com
2020
aws_region = os.environ.get("AWS_DEFAULT_REGION", "us-east-1")

cloudformation/infrastructure/certs.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

cloudformation/infrastructure/django-assets.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

cloudformation/infrastructure/ecr-repository.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)