action debug
This commit is contained in:
parent
4b4e7921b8
commit
4ce0af487b
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -78,12 +78,12 @@ jobs:
|
|||
run: |
|
||||
make artifacts
|
||||
|
||||
- name: Push to China Mainland
|
||||
- name: Push to Station (@Silicon Valley)
|
||||
uses: nogsantos/scp-deploy@master
|
||||
with:
|
||||
src: ./dist/release/*
|
||||
host: ${{ secrets.BJ_SSH_HOST }}
|
||||
remote: ${{ secrets.BJ_SSH_PATH }}
|
||||
port: ${{ secrets.BJ_SSH_PORT }}
|
||||
user: ${{ secrets.BJ_SSH_USER }}
|
||||
key: ${{ secrets.BJ_SSH_KEY }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
remote: ${{ secrets.SSH_PATH }}
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
user: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue