Skip to content

Commit

Permalink
Testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-seifert-teradata authored May 7, 2024
1 parent 6cf8bde commit abd2b51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-prod-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
if: ${{ inputs.folder == 'Vantage (English)' }}
run: |
lftp -e "
set ftp:ssl-protect-data no;
set ftp:ssl-protect-list no;
set ftp:ssl-protect-fxp no;
set ftp:ssl-force yes;
set ftp:ssl-auth TLS;
set ssl:verify-certificate no;
set ssl:check-hostname false;
open -u ${{ secrets.CDN_FTP_USERNAME }},${{ secrets.CDN_FTP_PASSWORD }} ${{ secrets.CDN_FTP_HOST }};
cd product-help/Vantage;
mput Vantage/*.md;
Expand Down

0 comments on commit abd2b51

Please sign in to comment.