Skip to content

Commit

Permalink
Update mikrotik_patch_6.yml
Browse files Browse the repository at this point in the history
Signed-off-by: elseif <[email protected]>
  • Loading branch information
elseif authored Nov 29, 2024
1 parent 9b4d525 commit dc8118e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mikrotik_patch_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ jobs:
mirror --reverse --verbose --only-newer ./publish ${{ secrets.SSH_DIRECTORY }}
bye
EOF
sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_SERVER }} "chown -R 32768:32768 ${{ secrets.SSH_DIRECTORY }}"
sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_SERVER }} "chown -R 32768:32768 /rw/disk/${{ secrets.SSH_DIRECTORY }}/"
- name: Clear Cloudflare cache
if: steps.get_latest.outputs.has_new_version == 'true'
run: |
Expand Down

0 comments on commit dc8118e

Please sign in to comment.