Skip to content

Commit 57e8a9c

Browse files
committed
refactor deploy.sh
1 parent 4872bfd commit 57e8a9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/deploy.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ if [ ! -v AWS_SESSION_TOKEN ]; then
66
source ./scripts/switch-role.sh
77
fi
88

9-
# account number to mask
10-
account_number=$(aws sts get-caller-identity --output text --query 'Account')
11-
12-
sls deploy -v --stage ${ENV} | sed -e "s/${account_number}/SECRET/g"
9+
sls deploy -v --stage ${ENV}

0 commit comments

Comments
 (0)