action debug

This commit is contained in:
Max 2022-01-24 15:26:47 +08:00
parent 4b4e7921b8
commit 4ce0af487b

View file

@ -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 }}