Add drone CI #5

Merged
bad merged 9 commits from drone into princess 2020-10-20 09:49:56 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 01b4b69706 - Show all commits

View File

@ -23,12 +23,11 @@ steps:
environment:
BUCKET: carbon-artifacts
ACCOUNT:
B2_ACCOUNT_ID:
from_secret: b2_account_id
KEY:
B2_APPLICATION_KEY:
from_secret: b2_application_key
commands:
- source environment
- b2 authorize-account $ACCOUNT $KEY
- b2 upload-file $BUCKET $FILENAME $FILENAME
- echo Build artifacts avaliable at `b2 make-friendly-url $BUCKET $FILENAME`