Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Rebuild on ECS #1858

Merged
merged 11 commits into from
Aug 27, 2024
Merged

Upgrade Rebuild on ECS #1858

merged 11 commits into from
Aug 27, 2024

Conversation

shpwe
Copy link
Collaborator

@shpwe shpwe commented Aug 22, 2024

  • Create cloudformation template for resources
  • Create Pipeline Configs
  • Add string replacement function for environment.*.ts files
  • Update package-lock.json to include replace-in-file package.
  • Create new Dockerfile for cl builds.

* Create cloudformation template for resources
* Create Pipeline Configs
* Add string replacement function for environment.*.ts files
* Update package-lock.json to include replace-in-file package.
* Create new Dockerfile for cl builds.
@shpwe shpwe requested a review from danoswaltCL August 22, 2024 19:02
@shpwe shpwe force-pushed the wip/swheatley/cicd-176-rebuild-app branch from c1f00ad to b7316e6 Compare August 26, 2024 17:55
module.exports = {
API_BASE_URL: process.env.API_BASE_URL || ' ',
BASE_HREF_PREFIX: process.env.BASE_HREF_PREFIX || ' ',
GOOGLE_CLIEND_ID: process.env.GOOGLE_CLIEND_ID || ' ',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mispelling as CLIEND, should be CLIENT

@shpwe shpwe merged commit 889fed0 into dev Aug 27, 2024
12 checks passed
@shpwe shpwe deleted the wip/swheatley/cicd-176-rebuild-app branch August 27, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants