1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Update tests.yml

This commit is contained in:
Sergey Romanenko
2020-11-19 22:32:09 +03:00
committed by GitHub
parent 19ab54dcc8
commit de86d98e84

View File

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