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

How to upload a file to Azure Blob Storage using Drone.io

我有一个 .deb 文件 作为我的项目工件。我想知道如何使用 Drone.io!

将其上传到 Azure Blob 存储

你应该查看官方文档: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 打造的存储插件。让我知道这是否有帮助。