mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
chore: script fix
This commit is contained in:
2
.github/workflows/sasjs-tests.yml
vendored
2
.github/workflows/sasjs-tests.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
npm i
|
||||
replace-in-files --regex='"userName".*' --replacement='"userName":"${{ secrets.SAS_USERNAME }}",' ./public/config.json
|
||||
replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SAS_PASSWORD }}",' ./public/config.json
|
||||
replace-in-files --regex='serverType.*' --replacement='serverType:"SASVIYA",' ./public/config.json
|
||||
replace-in-files --regex='"serverType".*' --replacement='"serverType":"SASVIYA",' ./public/config.json
|
||||
npm run update:adapter && npm run build
|
||||
scp -o stricthostkeychecking=no -r ./build/* ${{ secrets.DCGITLAB_DEPLOY_PATH_VIYA }}
|
||||
replace-in-files --regex='"serverType".*' --replacement='"serverType":"SAS9",' ./public/config.json
|
||||
|
||||
Reference in New Issue
Block a user