-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yaml
49 lines (49 loc) · 1.34 KB
/
action.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
38
39
40
41
42
43
44
45
46
47
48
49
runtime: plugin
action:
title: Meta
description: "Push code + bump and deploy in CI (compose + sync + package + publish + deploy). Use: meta [flags] environment tags"
alias:
- deliver
arguments:
- name: environment
title: Environment
required: true
- name: tags
title: Tags
required: true
options:
- name: last
title: Last
description: Last flag for local bump command
type: boolean
default: false
- name: skip-bump
title: Skip bump
description: Skip execution of local bump command
type: boolean
default: false
- name: ci
title: CI
description: Execute all commands and deploy in CI (default)
type: boolean
default: false
- name: local
title: Local
description: Execute compose + sync + package + publish + deploy locally instead of using CI
type: boolean
default: false
- name: clean
title: Clean
description: Clean flag for compose command (only works with --local)
type: boolean
default: false
- name: debug
title: Debug
description: Run Ansible in debug mode
type: boolean
default: false
- name: conflicts-verbosity
title: Conflicts verbosity
description: Log files conflicts during composition
type: boolean
default: false