Skip to content

Commit db881d6

Browse files
Merge pull request codefresh-io#3 from eugene-codefresh/dcos-app-deploy
dcos-app-deploy initial commit
2 parents 6c2fb5a + d6a28e6 commit db881d6

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

dcos-app-deploy/LICENSE

Whitespace-only changes.

dcos-app-deploy/NOTES.md

Whitespace-only changes.

dcos-app-deploy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
##dcos-app-deploy

dcos-app-deploy/plugin.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
tag: 0.0.1
2+
version: 0.1.0
3+
description: Deploy an application on dcos cluster
4+
keywords:
5+
- dcos
6+
- deploy
7+
- deployment
8+
+home: https://github.com/codefresh-io/cf-deploy-dcos
9+
+sources:
10+
+ - https://github.com/codefresh-io/cf-deploy-dcos
11+
+maintainers: # (optional)
12+
+ - name: Eugene Semirski
13+
+ email: eugene@codefresh.io
14+
+icon: https://avatars0.githubusercontent.com/u/29493517?v=4&s=400
15+
+envs:
16+
+ - name: ENV_NAME
17+
+ type: required
18+
+ description: Some description

0 commit comments

Comments
 (0)