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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -78,12 +78,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make artifacts
|
make artifacts
|
||||||
|
|
||||||
- name: Push to China Mainland
|
- name: Push to Station (@Silicon Valley)
|
||||||
uses: nogsantos/scp-deploy@master
|
uses: nogsantos/scp-deploy@master
|
||||||
with:
|
with:
|
||||||
src: ./dist/release/*
|
src: ./dist/release/*
|
||||||
host: ${{ secrets.BJ_SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
remote: ${{ secrets.BJ_SSH_PATH }}
|
remote: ${{ secrets.SSH_PATH }}
|
||||||
port: ${{ secrets.BJ_SSH_PORT }}
|
port: ${{ secrets.SSH_PORT }}
|
||||||
user: ${{ secrets.BJ_SSH_USER }}
|
user: ${{ secrets.SSH_USER }}
|
||||||
key: ${{ secrets.BJ_SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue