Skip to content

Commit

Permalink
Remove deploy
Browse files Browse the repository at this point in the history
In-matrix testing is not the place for deployment, I just now learned, the hard way lol
  • Loading branch information
ddspringle authored Jun 6, 2024
1 parent 22c1df3 commit 6946e88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/fw1_java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'

- name: Transfer files to fw1-4.3.2.mycfspace.org for manual review
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_HOST_432 }}
username: ${{ secrets.FTP_USER_432 }}
password: ${{ secrets.FTP_PASSWORD_432 }}

- 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 6946e88

Please sign in to comment.