Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sams, Roland authored and Sams, Roland committed Mar 27, 2024
1 parent 784e5ec commit 3012fba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Create env file
run: |
touch .env
echo API_URL=${{secrets.FTP_SERVER}} >> .env
- name: 🔨 Build
run: npm run build-test

Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.publictest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const config = CONFIG_MAP.publictest;
export const environment = {
production: config.production,
apiUrl: config.apiUrl,
appTitle: config.appTitle,
appTitle: process.env.API_URL,
publictest: config.publictest,
wsHost: config.wsHost,
};

0 comments on commit 3012fba

Please sign in to comment.