From eaf7303a02b09a4f55f4c89dad467be8a03e4124 Mon Sep 17 00:00:00 2001 From: Adam Fiksen <2607336+fiksen99@users.noreply.github.com> Date: Tue, 14 Apr 2020 20:03:38 -0700 Subject: [PATCH] update public deployment to point to powerbi table --- .github/workflows/public-data-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/public-data-deploy.yml b/.github/workflows/public-data-deploy.yml index 2b5d308..f575fc7 100644 --- a/.github/workflows/public-data-deploy.yml +++ b/.github/workflows/public-data-deploy.yml @@ -15,7 +15,7 @@ jobs: # The name of the directory you want to upload source_dir: results # The name of the storage account container these assets will be uploaded to - container_name: msfticlblock + container_name: plots # The connection string for the storage account connection_string: ${{ secrets.BlobStorageConnectionStringPublic }} # extra arguments that can be passed to `az storage blob upload-batch`. Useful for passing flags like `--pattern` or `--destination-path`