1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: readme updates

This commit is contained in:
2021-07-15 13:01:12 +02:00
parent d2a90c77fd
commit d38d032309

View File

@@ -45,9 +45,13 @@ If you are on `WINDOWS`, you will first need to install one dependency:
```bash
npm i -g copyfiles
```
and then run:
and then run to build:
```bash
npm run deploy --DEPLOY_PATH me@my-sas-server.com:/var/www/html/my-folder/sasjs-tests
npm run update:adapter && npm run build
```
when it finishes run to deploy:
```bash
scp -rp ./build/* me@my-sas-server.com:/var/www/html/my-folder/sasjs-tests
```
If you'd like to deploy just `sasjs-tests` without changing the adapter version, you can use the `deploy:tests` script, while also setting the same environment variables as above.