From e9e97ce94f6dda38fae4fcc7cb3e7ac631e99304 Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Fri, 7 Jun 2024 15:38:03 -0400 Subject: [PATCH] fixed where update dependencies deploys to --- .github/workflows/update-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yaml b/.github/workflows/update-dependencies.yaml index 881d61d..7302da7 100644 --- a/.github/workflows/update-dependencies.yaml +++ b/.github/workflows/update-dependencies.yaml @@ -83,7 +83,7 @@ jobs: uses: mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml@v1 with: image: ${{ needs.build-unstable.outputs.image }} - file: environments/get-this/workshop/web-image.txt + file: environments/get-this/testing/workshop/web-image.txt CONFIG_REPO_RW_APP_ID: ${{ vars.CONFIG_REPO_RW_APP_ID }} CONFIG_REPO_FULL_NAME: ${{ vars.CONFIG_REPO_FULL_NAME }} secrets: inherit