Skip to content

Commit

Permalink
Fix keyfile param
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Oct 30, 2024
1 parent 74140c0 commit 4357830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "Starting synchronization"
if ! rclone sync ./dist/ "sftp:${{ secrets.FTP_USER }}:${{ secrets.FTP_HOST }}:${{ secrets.FTP_DIRECTORY }}" --ssh-key-file /tmp/deploy_key --delete-excluded --progress --dry-run --verbose --log-file=rclone.log; then
if ! rclone sync ./dist/ "sftp:${{ secrets.FTP_USER }}:${{ secrets.FTP_HOST }}:${{ secrets.FTP_DIRECTORY }}" --sftp-key-file /tmp/deploy_key --delete-excluded --progress --dry-run --verbose --log-file=rclone.log; then
echo "Error: rclone sync failed" >&2
exit 1
fi
Expand Down

0 comments on commit 4357830

Please sign in to comment.