Skip to content

Commit

Permalink
Increase the ftp timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbrandB committed Jun 15, 2024
1 parent aa947d3 commit be99d15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ jobs:
- name: ➗ Calculate checksum
run: openssl md5 ${{ env.BUILD_ARTIFACT_STAGING_DIR }}build.zip | cut -d" " -f2 > ${{ env.BUILD_ARTIFACT_STAGING_DIR }}checksum.txt
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.1.0
uses: SamKirkland/FTP-Deploy-Action@3.0.0
with:
log-level: verbose
timeout: 60000
server: ${{ secrets.HOST_SERVER }}
username: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
Expand Down

0 comments on commit be99d15

Please sign in to comment.