Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

target_dropbox

Marcel Kloubert edited this page Jan 5, 2017 · 19 revisions

Home >> Targets >> dropbox

DropBox folder

Uploads files to a DropBox folder.

{
    "deploy": {
        "targets": [
            {
                "type": "dropbox",
                "name": "My DropBox folder",
                "description": "Deploy to my DropBox folder",

                "dir": "/sub/directory/inside/the/folder",
                "token": "<ACCESS-TOKEN>",
                "empty": true
            }
        ]
    }
}
Name Description
dir The target directory inside the folder. Default: /
empty Delete target directory before deploy or not. Default: (false)
token The generated access token from App Console.
Clone this wiki locally