File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 github.event.workflow_run.head_branch == 'main' &&
4545 github.event.workflow_run.head_repository.full_name == github.repository
4646 env :
47- NCS_ZOOMIN_KEY : ${{ secrets.NCS_ZOOMIN_KEY }}
47+ NCS_ZOOMIN_KEY : ${{ secrets.ZOOMIN_KEY }}
4848 run : |
4949 # trust server
5050 mkdir -p ~/.ssh
51- ssh-keyscan ${{ vars.NCS_ZOOMIN_SERVER }} >> ~/.ssh/known_hosts
51+ ssh-keyscan upload-v1.zoominsoftware.io >> ~/.ssh/known_hosts
5252
5353 # prepare key
5454 touch zoomin_key
5757
5858 # upload files
5959 for file in docs/addon-serial_modem*.zip; do
60- sftp -v -i zoomin_key ${{ vars.NCS_ZOOMIN_USER }}@${{ vars.NCS_ZOOMIN_SERVER }} <<EOF
60+ sftp -v -i zoomin_key nordic@upload-v1.zoominsoftware.io <<EOF
6161 cd docs-be.nordicsemi.com/sphinx-html/incoming
6262 put ${file}
6363 cd ../../../nordic-be-dev.zoominsoftware.io/sphinx-html/incoming
You can’t perform that action at this time.
0 commit comments