UNPKG
bitbucket-env-manager
Version:
latest (3.2.0)
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Deploys Bitbucket Environment
bitbucket-env-manager
/
src
/
template
/
project_envs
/
example
/
info.json
14 lines
•
259 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"workspace"
:
"__replace_workspace_name_here__"
,
"repo"
:
"__replace_repo_slug_name_here__"
,
"secured"
:
[
"CD_AWS_SECRET_ACCESS_KEY"
,
"PRIVATE_KEY"
,
"PRIVATE_KEY"
]
,
"envs_config"
:
{
"TempEnv"
:
{
"admin_only"
:
false
}
}
}