+ install
This commit is contained in:
parent
1056defb31
commit
ccfb52e2f3
3 changed files with 5 additions and 4 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
with:
|
||||
src: ./dist/release/*
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
remote: /data/release/ui/
|
||||
remote: /data/release/ui/download/
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
user: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
package share
|
||||
|
||||
// Logs
|
||||
// (session -> freeport)
|
||||
// session -> freeport
|
||||
// 更新制品目录 -> ui/downloads
|
||||
|
||||
// VERSION 版本号
|
||||
const VERSION = "0.9.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
VERSION="0.9.11"
|
||||
URL="https://demo-crm.iqka.com/releases/$VERSION"
|
||||
VERSION=$(ls -lt /data/release/ui/download | grep yao- | head -n 1 |awk '{print $9}' |awk -F- '{print $2}')
|
||||
URL="https://release.yaoapps.com/download"
|
||||
|
||||
function macos(){
|
||||
tmpdir=$(dirname $(mktemp -u))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue