From 618e1f64df8929ebfbb54fa3186986ae1f4dc06c Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sat, 5 Oct 2019 15:17:28 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d7c078..a55eb89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,4 +15,12 @@ jobs: run: | npm run init npm run pkg + - uses: appleboy/scp-action@master + with: + host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORT }} + port: 22 + source: "dist/**/*" + target: "/home/PreMiD/builds/"