diff --git a/.github/workflows/ci-nuxtjs.yml b/.github/workflows/ci-nuxtjs.yml index 3ed5187d..488c08f9 100644 --- a/.github/workflows/ci-nuxtjs.yml +++ b/.github/workflows/ci-nuxtjs.yml @@ -82,7 +82,7 @@ jobs: deploy: true node-version: 20 os: 'ubuntu-latest' - amplify-app-id: 'd1106vmj1ozg8d' + amplify-app-id: 'd36dan3bxjue8c' package-name: 'nuxt-app' package-dist-directory: './nuxt-app/dist' bucket-name-preview: 'pie-aperture-preview' diff --git a/webdriver-helpers/configuration-helper.js b/webdriver-helpers/configuration-helper.js index 06e774f8..2ddc807d 100644 --- a/webdriver-helpers/configuration-helper.js +++ b/webdriver-helpers/configuration-helper.js @@ -2,7 +2,11 @@ const { CI, GITHUB_REF_NAME, GITHUB_RUN_ID, PR_NUMBER, VANILLA_AMPLIFY_ID, NEXT_ const { execSync } = require('child_process'); exports.getAppConfig = (appName) => { - const config = {}; + const config = { + amplifyId: '', + port: '', + }; + switch (appName) { case 'vanilla-app': config.amplifyId = VANILLA_AMPLIFY_ID;