This commit is contained in:
neil 2022-11-23 20:00:10 +08:00
parent 29d27557bc
commit e09b31a770

View file

@ -7,7 +7,6 @@
# create cloudfront distribution
# echo cloudfront_domain=domain >> $GITHUB_OUTPUT
prefix=$1
rm ./test.json
echo $(aws cloudfront list-distributions --output json) >> ./test.json
data=$(cat ./test.json)