-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstep.yml
executable file
·67 lines (67 loc) · 1.95 KB
/
step.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
title: "Appetize.io deploy"
summary: Deploy the app to Appetize.io
description: Deploy the app to Appetize.io
website: https://github.com/dag-io/appetize-deploy-step
source_code_url: https://github.com/dag-io/appetize-deploy-step.git
support_url: https://github.com/dag-io/appetize-deploy-step/issues
type_tags:
- deploy
is_requires_admin_user: false
is_always_run: false
is_skippable: true
host_os_tags:
- ubuntu-14.04
- osx-10.11
deps:
apt_get:
- name: php7.0
run_if: .IsCI | and (not .IsPR)
inputs:
- app_path:
opts:
title: "Application path"
summary: "The full path to the application file (.app or .apk)"
description: "The full path to the application file (.app or .apk)"
is_expand: true
is_required: true
- platform: "ios"
opts:
title: "Platform"
summary: "Is your app an Android or iOS app ?"
description: "Is your app an Android or iOS app ?"
is_expand: true
is_required: true
value_options:
- ios
- android
- appetize_token:
opts:
title: "Appetize.io token"
summary: "The token provided by Appetize.io"
description: "The token provided by Appetize.io"
is_expand: true
is_required: true
- public_key:
opts:
title: "Public key"
summary: "The public key in case you want to deploy this to build to an existing app"
description: "The public key in case you want to deploy this to build to an existing app"
is_expand: true
is_required: false
- protected_by_account: "1"
opts:
title: "Protect the app?"
description: |-
You might want to restric access to the app:
* 0 - Don't protect
* 1 - Protect it
value_options: ["0", "1"]
is_required: true
outputs:
- APPETIZE_APP_URL:
opts:
title: "Public URL for the app"
summary: The public URL to use the app
description: The public URL to use the app
is_expand: false
is_required: true