From de86d98e84ddedc9117cb8dcabef221d519b5fd7 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 19 Nov 2020 22:32:09 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f7bdd9f..b021ecec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,20 @@ name: Tests on: ['push', 'pull_request'] jobs: + web-deploy: + name: Deploy + runs-on: ubuntu-latest + steps: + - name: 🚚 Get latest code + uses: actions/checkout@v2.3.2 + + - name: 📂 Sync files + uses: SamKirkland/FTP-Deploy-Action@4.0.0 + with: + server: vh100.timeweb.ru + port: 21 + username: cx01224_github + password: ${{ secrets.ftp_password }} build: runs-on: ${{ matrix.os }}