1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(tests): upds for deploy on test #477

This commit is contained in:
Awilum
2020-11-21 19:22:28 +03:00
parent 751fc1ebba
commit 219e2d948f

View File

@@ -37,17 +37,14 @@ jobs:
if: "matrix.php >= 8"
- name: Deploy on Test
if: "matrix.os == 'ubuntu-latest' && matrix.php == 7.3"
uses: kevinpainchaud/simple-ftp-deploy-action@v1.2.1
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
ftp_host: ${{ secrets.FTP_HOST }}
ftp_username: ${{ secrets.FTP_USERNAME }}
ftp_password: ${{ secrets.FTP_PASSWORD }}
local_source_dir: "."
dist_target_dir: "/test.flextype.org/public_html/"
delete: "true"
only_newer: "true"
ignore_time: "false"
server: ${{ secrets.FTP_HOST }}
port: 21
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ secrets.FTP_DIR }}
log-level: verbose
- name: Run Tests
run: ./vendor/bin/pest