mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
43 lines
1.5 KiB
JSON
43 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"dunglas/digital-ocean-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "26441b59cf6cb5f8254a08eb7c62a05e64b4753e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"dunglas/digital-ocean-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "dunglas/digital-ocean-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Dunglas\\DigitalOceanBundle\\DunglasDigitalOceanBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Go to https://cloud.digitalocean.com/account/api/tokens to create your token",
|
|
"DIGITAL_OCEAN_TOKEN": "<your-access-token>"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/dunglas_digital_ocean.yaml": {
|
|
"contents": "dunglas_digital_ocean:\n connections:\n default: '%env(DIGITAL_OCEAN_TOKEN)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "dunglas/digital-ocean-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |