ci: switch deploy to new server

This commit is contained in:
Yuri Iozzelli 2025-04-01 17:39:38 +02:00
parent b925dc00f0
commit db2e9a68ef

View File

@ -32,7 +32,7 @@ jobs:
- run:
name: Deploy webvm
command: |
rsync -avz -e "ssh -p ${SSH_PORT}" webvm/build/ leaningtech@${SSH_HOST}:/srv/web/webvm/
rsync -avz --chown circleci:runtimes webvm/build/ circleci@$havana.leaningtech.com:webvm/
workflows:
deploy: