From 8758047ff08775557ce3691acab5c057b7dc902a Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sun, 13 Oct 2019 19:51:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20DePloY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index afaf676..7e78bef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,11 +3,11 @@ on: push env: NODE_ENV: DePloY jobs: - build: + package: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [windows-latest, macOS-latest] steps: - uses: actions/checkout@master - uses: actions/setup-node@master @@ -23,7 +23,10 @@ jobs: SSH_USERNAME: ${{ secrets.SSHUSERNAME }} SSH_PASSWORD: ${{ secrets.SSHPASSWORD }} run: npm run deploy - - name: executing remote ssh commands using password + installer: + runs-on: "ubuntu-latest" + steps: + - name: Prepare for installer uses: appleboy/ssh-action@master with: host: ${{ secrets.SSHHOST }}