Skip to content

Commit

Permalink
Roll out CE3 version to dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
samidalouche committed Sep 5, 2023
1 parent 2b57306 commit 04e0f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
app_port = 8080
api_image_tag = "SNAPSHOT-0.1.13"
api_image_tag = "0.1.13"
api_image_repository = "narrative-facebook-connector/api"
domain_name = "facebook-dev.narrativeconnectors.com"
name_prefix = "facebook-connector"
Expand Down
2 changes: 1 addition & 1 deletion infra/prod/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
app_port = 8080
api_image_tag = "0.1.11"
api_image_tag = "0.1.13"
api_image_repository = "narrative-facebook-connector/api"
domain_name = "facebook.narrativeconnectors.com"
name_prefix = "facebook-connector"
Expand Down

0 comments on commit 04e0f5b

Please sign in to comment.