From 4ce0af487b1d0449453d32e9555d88237a4e0fac Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jan 2022 15:26:47 +0800 Subject: [PATCH] action debug --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaa30494..5a432d29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}