Skip to content

Commit

Permalink
replace dc.kmsys on bdc.kmsys
Browse files Browse the repository at this point in the history
  • Loading branch information
anaxita committed Oct 12, 2022
1 parent e70d3b0 commit fe6c464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.13.1 ]
node-version: [ 16.18.0 ]
env:
REACT_APP_API_URL: https://bdc.kmsys.ru:53338
steps:
Expand All @@ -27,4 +27,4 @@ jobs:
- run: npm run-script build
continue-on-error: true

- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@dc.kmsys.ru:/C:/Apache24/web/wvmc-dev
- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@bdc.kmsys.ru:/C:/Apache24/web/wvmc-dev
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- run: npm run-script build
continue-on-error: true

- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@dc.kmsys.ru:/C:/Apache24/web/wvmc_prod_admins
- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@bdc.kmsys.ru:/C:/Apache24/web/wvmc_prod_admins

# - run: cd build && rsync -e "ssh -i $HOME/.ssh/anaxita -o StrictHostKeyChecking=no" --archive --compress --delete --port=53344 . [email protected]:C:\Apache24\web\wvmc-dev\
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- run: npm run-script build
continue-on-error: true

- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@dc.kmsys.ru:/C:/Apache24/web/wvmc_prod
- run: cd build && scp -P 53344 -r -o "StrictHostKeyChecking no" . anaxita@bdc.kmsys.ru:/C:/Apache24/web/wvmc_prod

# - run: cd build && rsync -e "ssh -i $HOME/.ssh/anaxita -o StrictHostKeyChecking=no" --archive --compress --delete --port=53344 . [email protected]:C:\Apache24\web\wvmc-dev\

0 comments on commit fe6c464

Please sign in to comment.