From ce88e0745daa7bbec8db12e65cf9452212ac9c02 Mon Sep 17 00:00:00 2001 From: jc21 Date: Thu, 12 Mar 2020 08:36:01 +1000 Subject: [PATCH] Updated cdn id for docs (#322) * Tweaks and backend vscode settings * Version bump * Updated Icon to be more vibrant * New logo and new login screen layout, version bump * New documentation! * Use CI to update package versions because I was sick of changing it everywhere * Generate docs * Docs upload * Fix pipeline * Fix pipeline * Update readme version before generating docs * Testing docs deploy * Fix pipeline * Updated CI link * Fix docs upload * Docs upload fixes * Fix s3 upload grrr * Docs tweaks * Updated readme * Updated screenshots * Updated cdn id for docs Co-authored-by: Jamie Curnow --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 719c7d0a..6cac8fe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -178,7 +178,7 @@ pipeline { -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \\ -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \\ jc21/ci-tools \\ - aws cloudfront create-invalidation --distribution-id EYAMDX2I8TPDZ --paths '/*' + aws cloudfront create-invalidation --distribution-id EN1G6DEWZUTDT --paths '/*' """ } }