如何使用Drone.io将文件上载到Azure Blob存储

时间:2018-03-27 07:30:01

标签: azure azure-storage azure-storage-blobs drone drone.io

我有一个 .deb文件作为我的项目工件。我想知道如何使用Drone.io将其上传到Azure Blob存储!

1 个答案:

答案 0 :(得分:0)

您应查看官方文档:http://readme.drone.io/0.4/plugins/azure_storage/ 他们提供了如何做到这一点的样本:

 publish:
  azure_storage:
    account_key: 123889asd89u8hsfdjh98128hh
    storage_account: my-storage-account
    container: my-storage-container
    source: folder/to/upload

这是专门为Azure设计的存储插件。如果这有帮助,请告诉我。