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:
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user