File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 echo "VCELL_TAG=`git rev-parse --short HEAD`" >> $GITHUB_ENV
2222 echo "VCELL_REPO_NAMESPACE=ghcr.io/virtualcell" >> $GITHUB_ENV
2323 echo "VCELL_DEPLOY_REMOTE_DIR=/share/apps/vcell3/deployed_github" >> $GITHUB_ENV
24- echo "VCELL_MANAGER_NODE=vcellapi-beta .cam.uchc.edu" >> $GITHUB_ENV
24+ echo "VCELL_MANAGER_NODE=vcellapi.cam.uchc.edu" >> $GITHUB_ENV
2525 - name : setup ssh-agent
2626 uses :
webfactory/[email protected] 2727 with :
2828 ssh-private-key : ${{ secrets.VC_KEY }}
2929 - name : get installer secrets
3030 run : |
31- ssh-keyscan vcellapi-beta.cam.uchc.edu >> ~/.ssh/known_hosts
31+ ssh-keyscan ${VCELL_MANAGER_NODE} >> ~/.ssh/known_hosts
3232 sudo mkdir /usr/local/deploy
3333 sudo chmod 777 /usr/local/deploy
3434 cd /usr/local/deploy
You can’t perform that action at this time.
0 commit comments