Skip to content

Commit c318ec5

Browse files
authored
Comedy comes in 3’s (#51)
1 parent 069c3a2 commit c318ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export LC_ALL=C.UTF-8 # needed by SAM
44
export LANG=C.UTF-8 # needed by SAM
55
export AWS_DEFAULT_REGION=us-east-1 # needed by SAM
66
export APPLICATION="UvaSoftware-Scanii-Lambda"
7-
export ACCOUNT_ID=${ACCOUNT_ID}
7+
export ACCOUNT_ID=${AWS_ACCOUNT_ID}
8+
export SAM_CLI_TELEMETRY=0
89

910
VERSION=$( node -pe "require('./package.json').version")
1011

0 commit comments

Comments
 (0)