juan-canham-resume/deploy/deploy-cloudformation.sh

15 lines
317 B
Bash
Raw Normal View History

2020-03-17 03:54:15 +00:00
#!/usr/bin/env bash
set -e
# shellcheck disable=SC1090
. "$( dirname "${BASH_SOURCE[0]}" )/shared-functions"
export AWS_DEFAULT_REGION=us-east-1
deploy certificate SiteName="$SITENAME"
CERT=$(get-output certificate CertificateARN)
unset AWS_DEFAULT_REGION
deploy site SiteName="$SITENAME" CertificateARN="$CERT"