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