You've already forked symfony-recipes
fixed manifest file
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
magdev_gitea:
|
||||
connections:
|
||||
default:
|
||||
baseurl: '%env(GITEA_BASEURL)%'
|
||||
token: '%env(GITEA_ACCESS_TOKEN)%'
|
||||
@@ -1,15 +1,34 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Go to your Gitea instance account and create a token",
|
||||
"GITEA_ACCESS_TOKEN": "<gitea-access-token>",
|
||||
"GITEA_BASEURL": "<gitea-instance-url>"
|
||||
"manifests": {
|
||||
"magdev/gitea-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GITEA_ACCESS_TOKEN": "<gitea-access-token>",
|
||||
"GITEA_BASEURL": "<gitea-instance-url>"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/magdev_gitea.yaml": {
|
||||
"contents": [
|
||||
"magdev_gitea:"
|
||||
"connections:"
|
||||
"default:"
|
||||
"baseurl: '%env(GITEA_BASEURL)%'"
|
||||
"token: '%env(GITEA_ACCESS_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7405f3bf1612ef659121afed4dddef636c6c7ff00",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user