mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
b200f03724
commit
a788f5964c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
|
|
@ -274,7 +274,7 @@ jobs:
|
|||
cp CHANGELOG.txt ./publish/
|
||||
cp ./new_iso/*.npk ./publish/
|
||||
sudo apt-get install -y lftp
|
||||
sudo lftp -u ${{ secrets.SSH_USERNAME }},"${{ secrets.SSH_PASSWORD }}" sftp://${{ secrets.SSH_SERVER }}:${{ secrets.SSH_PORT }} <<EOF
|
||||
sudo lftp -u ${{ secrets.SSH_USERNAME }},"${{ secrets.SSH_PASSWORD }}" sftp://${{ secrets.SSH_SERVER }}:${{ secrets.SSH_PORT }} <<'EOF'
|
||||
set sftp:auto-confirm yes
|
||||
mirror --reverse --verbose ./publish ${{ secrets.SSH_DIRECTORY }}/${{ env.LATEST_VERSION }}
|
||||
bye
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue