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 05ce2b0 commit 1cbb43f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-deploy-mkj-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

- name: Update environment file
run: |
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
sed -i "s/'wsHost'/'${{secrets.TEST_WSHOST}}'/g" src/environments/environment.prod.ts
sed -i "s/'wsAppKey'/'${{secrets.TEST_WSAPPKEY}}'/g" src/environments/environment.prod.ts
sed -i "s/'publictest'/'${{secrets.TEST_PUBLICTEST}}'/g" src/environments/environment.prod.ts
sed -i 's/'production'/${{secrets.TEST_PRODUCTION}}/g' src/environments/environment.prod.ts
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/'production'/${{secrets.TEST_PRODUCTION}}/g' src/environments/environment.prod.ts
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1cbb43f

Please sign in to comment.