We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4872bfd commit 57e8a9cCopy full SHA for 57e8a9c
scripts/deploy.sh
@@ -6,7 +6,4 @@ if [ ! -v AWS_SESSION_TOKEN ]; then
6
source ./scripts/switch-role.sh
7
fi
8
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"
+sls deploy -v --stage ${ENV}
0 commit comments