https://github.com/lemonade-lab/alemonjs-desktop
阿柠檬机器人桌面版
https://github.com/lemonade-lab/alemonjs-desktop
alemonjs electron react
Last synced: 4 months ago
JSON representation
阿柠檬机器人桌面版
- Host: GitHub
- URL: https://github.com/lemonade-lab/alemonjs-desktop
- Owner: lemonade-lab
- License: mit
- Created: 2024-09-24T08:11:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T02:38:24.000Z (4 months ago)
- Last Synced: 2025-02-08T03:23:32.230Z (4 months ago)
- Topics: alemonjs, electron, react
- Language: JavaScript
- Homepage: https://alemonjs.com
- Size: 34.8 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README_ACITON.md
- License: LICENSE
Awesome Lists containing this project
README
# 自动化部署
## 本地生产
- 部署密钥
```sh
ssh-copy-id user@remote_server_ip
```- 校验ip可通
```sh
IP=0.0.0.1
SSH_SERVER_USER='user'
ssh -o BatchMode=yes -o StrictHostKeyChecking=no $SSH_SERVER_USER@$IP "echo 'successful!' || echo 'Connection failed'"
```## 含义
- SSH_PRIVATE_KEY
ssh 密钥
- SSH_SERVER_USER
ssh 用户
- SSH_SERVER_IP_CONFIG
获取配置的地址