fixed manifest file

This commit is contained in:
2022-02-09 07:58:38 +01:00
parent b9addc1eb8
commit 0a31212ff9
2 changed files with 31 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
magdev_gitea:
connections:
default:
baseurl: '%env(GITEA_BASEURL)%'
token: '%env(GITEA_ACCESS_TOKEN)%'

View File

@@ -1,15 +1,34 @@
{ {
"bundles": { "manifests": {
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [ "magdev/gitea-bundle": {
"all" "manifest": {
] "bundles": {
}, "Magdev\\GiteaBundle\\MagdevGiteaBundle": [
"copy-from-recipe": { "all"
"config/": "%CONFIG_DIR%/" ]
}, },
"env": { "copy-from-recipe": {
"#1": "Go to your Gitea instance account and create a token", "config/": "%CONFIG_DIR%/"
"GITEA_ACCESS_TOKEN": "<gitea-access-token>", },
"GITEA_BASEURL": "<gitea-instance-url>" "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",
}
} }
} }