/deploy-to-dropbox

A GitHub Action to deploy to Dropbox

Primary LanguageJavaScriptMIT LicenseMIT

deploy-to-dropbox

A GitHub Action to deploy to Dropbox

Initialisation

Follow this guide to create and get your access token

Save the token to your repository Settings > Secrets:

  • Name: DROPBOX_ACCESS_TOKEN
  • Value: YOUR_TOKEN_FROM_DROPBOX_APP_CONSOLE

Developing

For the lazy ...

git add -A && git commit -m "ci" && git tag -a -m "ci" v1.0.5 && git push --follow-tags