From 2506d28dd4fc9b81bcadd57a1fa8b332ea085465 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Fri, 16 Jul 2021 11:41:18 +0200 Subject: [PATCH] chore: script fdix deploy sas9 --- .github/workflows/sasjs-tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sasjs-tests.yml b/.github/workflows/sasjs-tests.yml index cfad054..a5b3356 100644 --- a/.github/workflows/sasjs-tests.yml +++ b/.github/workflows/sasjs-tests.yml @@ -54,7 +54,7 @@ jobs: - name: Start Open VPN 3 run: openvpn3 session-start --config .github/vpn/config.ovpn - - name: Deploy sasjs-tests viya + - name: Deploy sasjs-tests run: | npm i npm install -g replace-in-files-cli @@ -66,13 +66,10 @@ jobs: 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 }} - - - name: Deploy sasjs-tests sas9 - run: | replace-in-files --regex='serverType.*' --replacement='serverType:"SAS9",' ./public/config.json npm run build scp -o stricthostkeychecking=no -r ./build/* ${{ secrets.DCGITLAB_DEPLOY_PATH_SAS9 }} - + - name: Run cypress on viya run: ls