1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

feat(tests): try to use other deploy action #477

This commit is contained in:
Awilum
2020-11-21 00:39:22 +03:00
parent 019731d383
commit e1f22e8b41

View File

@@ -3,13 +3,14 @@ on: ['push', 'pull_request']
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.3', '7.4', '8.0']
dependency-version: [prefer-stable]
runs-on: ${{ matrix.os }}
steps:
- name: Get latest code
uses: actions/checkout@v2
@@ -36,6 +37,7 @@ jobs:
if: "matrix.php >= 8"
- name: Deploy on Test
if: "matrix.os == ubuntu-latest"
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
with:
ftp_host: ${{ secrets.FTP_HOST }}