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