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 f80f882 commit e16c1a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Update environment file
run:
sed -e "s/'appTitle'/${{secrets.TEST_APPTITLE}}/g" -e
"s/'apiUrl'/'${{secrets.TEST_APIURL}}'/g" -e
"s/'wsHost'/'${{secrets.TEST_WSHOST}}'/g" -e
"s/'wsAppKey'/'${{secrets.TEST_WSAPPKEY}}'/g" -e
"s/'publictest'/'${{secrets.TEST_PUBLICTEST}}'/g" -e
"s/'apiUrl'/${{secrets.TEST_APIURL}}/g" -e
"s/'wsHost'/${{secrets.TEST_WSHOST}}/g" -e
"s/'wsAppKey'/${{secrets.TEST_WSAPPKEY}}/g" -e
"s/'publictest'/${{secrets.TEST_PUBLICTEST}}/g" -e
's/'production'/${{secrets.TEST_PRODUCTION}}/g' src/environments/environment.prod.ts

- name: Install dependencies
Expand Down

0 comments on commit e16c1a1

Please sign in to comment.