From 203f9631a63a2d5a3142a7bb665f6d66e95f594e Mon Sep 17 00:00:00 2001 From: Elfried Fortunatus KIDJE <61166921+v1p3r75@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:29:06 +0200 Subject: [PATCH] Updated workflows --- .github/workflows/laravel.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 5e0e836..51d783b 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -26,3 +26,9 @@ jobs: run: chmod -R 777 storage bootstrap/cache - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit + - name: 📂 Sync files + uses: SamKirkland/FTP-Deploy-Action@v4.3.4 + with: + server: ${{ secrets.FTP_SERVER }} + username: ${{ secrets.FTP_USERNAME }} + password: ${{ secrets.FTP_PASSWORD }}