forked from codefresh-io/cf-azure-files-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yaml
37 lines (37 loc) · 956 Bytes
/
plugin.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: cf-azure-files-plugin
image: codefresh/cf-azure-plugin
tag: master
version: 1.0.0
description: Plugin for pushing files to Azure Files
categories:
- utility
keywords:
- azure
- push
- file
sources:
- https://github.com/codefresh-io/cf-azure-files-plugin
maintainers:
- name: Denys Voznyuk
email: [email protected]
icon: https://raw.githubusercontent.com/codefresh-plugins/cf-azure-files-plugin/master/icon.jpg
envs:
- name: ACCOUNT_NAME
type: required
description: Storage account name
- name: ACCOUNT_KEY
type: required
description: Storage account key
- name: SHARE_NAME
type: required
description: File share name
- name: PATH_TO_FILE
type: required
description: Local path to the file you are going to push
- name: DIRECTORY
type: optional
description: Path to directory within the file share
- name: ADD_TIMESTAMP
type: optional
description: Fill with some string if you need to attach time stamp to the file
name