From 783c2fdb47fbfa06a9ec1a0f4acc75a852a9061e Mon Sep 17 00:00:00 2001 From: Denard Springle Date: Thu, 6 Jun 2024 00:31:14 -0400 Subject: [PATCH] Try a different ftp action Last action tried from the marketplace would not build when running the action - trying a different approach --- .github/workflows/fw1_java11.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/fw1_java11.yml b/.github/workflows/fw1_java11.yml index 89cebef9..1463ee6f 100644 --- a/.github/workflows/fw1_java11.yml +++ b/.github/workflows/fw1_java11.yml @@ -23,15 +23,11 @@ jobs: distribution: 'temurin' - name: Transfer files to fw1-4.3.2.mycfspace.org for manual review - uses: ercindedeoglu/ftp-transfer-action@v2 + uses: SamKirkland/FTP-Deploy-Action@v4.3.4 with: host: ${{ secrets.FTP_HOST_432 }} user: ${{ secrets.FTP_USER_432 }} password: ${{ secrets.FTP_PASSWORD_432 }} - source: '.' - destination: '/web/vhosts/fw1-4.3.2/' - forceSSL: true - options: "--delete --verbose" - name: Install the ortus security key run: curl -fsSl https://downloads.ortussolutions.com/debs/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/ortussolutions.gpg > /dev/null