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 1e1509c commit 23c22ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Update environment file
run: |
sed -i "s/'production'/'${{secrets.TEST_PRODUCTION}}'/g" src/environments/environment.prod.ts
sed -i "s/production: null/production: ${{secrets.TEST_PRODUCTION}}/g" src/environments/environment.prod.ts
sed -i "s/'publictest'/'${{secrets.TEST_PUBLICTEST}}'/g" src/environments/environment.prod.ts
sed -i "s/'appTitle'/'${{secrets.TEST_APPTITLE}}'/g" src/environments/environment.prod.ts
sed -i "s/'apiUrl'/'${{secrets.TEST_APIURL}}'/g" src/environments/environment.prod.ts
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: 'production',
production: null,
publictest: 'publictest',
appTitle: 'appTitle',
apiUrl: 'apiUrl',
Expand Down

0 comments on commit 23c22ed

Please sign in to comment.