1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

feat(tests): restore deploy on test action #477

This commit is contained in:
Awilum
2020-11-20 21:54:17 +03:00
parent 4055ddc644
commit 55d0123bec

View File

@@ -4,7 +4,7 @@ on: ['push', 'pull_request']
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -37,6 +37,14 @@ jobs:
run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
if: "matrix.php >= 8"
- name: Deploy on Test
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: vh100.timeweb.ru
port: 21
username: cx01224_github
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /test.flextype.org/public_html/
- name: Run Tests
run: ./vendor/bin/pest