Skip to content

Batch upload files to Synology NAS in pipeline (GitHub action/Gitea Action)

Notifications You must be signed in to change notification settings

VAllens/synology_batch_upload_action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

name: Test CI

on:
  push:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Make test file
      run: echo "${{ github.sha }}" > test.txt
    - name: Test upload
      uses: bungabear/synology_upload_action@master
      with:
        host:  ${{ secrets.synologyHost }}
        username:  ${{ secrets.synologyUsername }}
        password:  ${{ secrets.synologyPassword }}
        filepath: test.txt
        filename:  synology_upload_test.txt
        uploadpath: /home/share
        overwrite: true
        createparent: true

How to build

npm install
npx webpack

About

Batch upload files to Synology NAS in pipeline (GitHub action/Gitea Action)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%