From 57992c540f5efc70d3936b77e57ec4eb0890529d Mon Sep 17 00:00:00 2001 From: Abraham Montoya Date: Mon, 10 Jun 2024 12:04:48 -0700 Subject: [PATCH] ci: add env var --- template.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template.yml b/template.yml index ffc0138..54bff39 100644 --- a/template.yml +++ b/template.yml @@ -116,6 +116,9 @@ Resources: - Name: STAGE Value: !Ref Stage + - + Name: PORT + Value: 8080 InstanceConfiguration: Cpu: 1 vCPU Memory: 2 GB