Skip to content

Commit ffd7665

Browse files
No Longer Use VCellAPI Beta In CI/CD
1 parent d1afb10 commit ffd7665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)