Skip to content

zsk-poznan/dropbox-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-ci

Store artifacts from CI jobs on dropbox

Usage

Authenticate your account

docker run -it --rm -v $HOME/.config/dbxcli:/root/.config/dbxcli kairyou/docker-dbxcli du

Copy personal access key from $HOME/.config/dbxcli/auth.json and store it.

Now you can use this image in CI jobs.

docker run -t --rm \
    -e DROPBOX_KEY={{ Your personal dropbox key }} \
    -v $PWD:/backup \
    zskpoznan/dropbox-ci:latest \
    get /tmp/file.txt file.txt # dbxcli command

About

Store artifacts from CI jobs on dropbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published