Merge remote-tracking branch 'github/main'

# Conflicts:
#	src/lib/messages.js
This commit is contained in:
晴月 2025-04-14 14:41:54 +08:00
commit f1e10d3c00

View File

@ -14,7 +14,7 @@ jobs:
command: | command: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo $GH_HOST >> ~/.ssh/known_hosts echo $GH_HOST >> ~/.ssh/known_hosts
echo $RPM_HOST >> ~/.ssh/known_hosts echo $HAVANA_HOST >> ~/.ssh/known_hosts
- run: - run:
name: Install NPM name: Install NPM
command: | command: |
@ -32,7 +32,7 @@ jobs:
- run: - run:
name: Deploy webvm name: Deploy webvm
command: | command: |
rsync -avz --chown circleci:runtimes webvm/build/ circleci@$havana.leaningtech.com:webvm/ rsync -avz --chown circleci:runtimes webvm/build/ circleci@havana.leaningtech.com:webvm/
workflows: workflows:
deploy: deploy: