Skip to content

Commit

Permalink
ci: DSW-1598 fix amplifyid
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz committed Jan 17, 2024
1 parent a39aaf8 commit f7ccb6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 5 additions & 1 deletion webdriver-helpers/configuration-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f7ccb6c

Please sign in to comment.