Skip to content

Commit 2cbe4f7

Browse files
authored
Fix: [AEA-0000] - pass enable backups to sam template (#2289)
## Summary - Routine Change ### Details - correctly pass enable backups to sam templates
1 parent cd99786 commit 2cbe4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/release_code.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ sam deploy \
7070
BlockedSiteODSCodesValue="$BLOCKED_SITE_ODS_CODES" \
7171
NotifyRoutingPlanIDValue="$NOTIFY_ROUTING_PLAN_ID" \
7272
NotifyAPIBaseURLValue="$NOTIFY_API_BASE_URL" \
73-
RequireApplicationName="$REQUIRE_APPLICATION_NAME"
73+
RequireApplicationName="$REQUIRE_APPLICATION_NAME" \
74+
EnableBackup="$ENABLE_BACKUP"

0 commit comments

Comments
 (0)