From b572503df9036cf839896778a6cfd812770d28d4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 18 Dec 2019 01:22:55 +0100 Subject: sync_to_cdn.sh: only sync our country_authority directories --- sync_to_cdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_to_cdn.sh b/sync_to_cdn.sh index f6207e1..2440c75 100755 --- a/sync_to_cdn.sh +++ b/sync_to_cdn.sh @@ -2,7 +2,7 @@ TARGET=s3://cdn.proj.org/ -for i in `ls -d */`; do +for i in `ls -d *_*/`; do echo "Synchronizing $i ..." aws s3 sync $i "$TARGET" --exclude ".github/*" --profile projcdn done -- cgit v1.2.3