Skip to content

Commit

Permalink
Try a different ftp action
Browse files Browse the repository at this point in the history
Last action tried from the marketplace would not build when running the action - trying a different approach
  • Loading branch information
ddspringle authored Jun 6, 2024
1 parent 4bf5467 commit 783c2fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fw1_java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 783c2fd

Please sign in to comment.