From 11d1e32a5a4e39fa51534dbf69527d87fa54fa38 Mon Sep 17 00:00:00 2001
From: "bhill6@wisc.edu" <bhill6@wisc.edu>
Date: Thu, 16 May 2019 14:18:47 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40f973e..ada2478 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ deploy:
     - VERSION=$(node -p -e "require('./package.json').version")
     - aws s3 cp s3://enroll-app-front-end-builds/course-search-enroll-fe-$VERSION.tar.gz ./course-search-enroll-fe-$VERSION.tar.gz
     - mkdir build && tar xzf ./course-search-enroll-fe-$VERSION.tar.gz -C build
-    - aws s3 sync --acl public-read --sse --delete build s3://$DEV_S3_BUCKET_NAME
+    - aws s3 sync --acl public-read --sse --delete build s3://$S3_BUCKET_NAME
     - aws cloudfront create-invalidation --distribution-id $DEV_CFDIST_ID --paths '/*'
   only:
     - master@adi-ia/course-search-enroll-fe
-- 
GitLab