mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-09 17:10:41 +00:00
cleanup after migration
This commit is contained in:
parent
6138426137
commit
f954576452
@ -283,7 +283,7 @@ def notification(ctx):
|
||||
"image": "plugins/slack",
|
||||
"settings": {
|
||||
"webhook": {
|
||||
"from_secret": "slack_webhook_private",
|
||||
"from_secret": "private_rocketchat",
|
||||
},
|
||||
"channel": "builds",
|
||||
},
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>owncloud-ops/renovate-presets:docker"]
|
||||
"extends": ["github>owncloud-ci/renovate-presets:docker"]
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# drone-ansible
|
||||
|
||||
[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ops/drone-ansible/status.svg)](https://drone.owncloud.com/owncloud-ops/drone-ansible/)
|
||||
[![Build Status](https://drone.owncloud.com/api/badges/owncloud-ci/drone-ansible/status.svg)](https://drone.owncloud.com/owncloud-ci/drone-ansible/)
|
||||
[![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/owncloudci/drone-ansible)
|
||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ops/drone-ansible)
|
||||
[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ops/drone-ansible)](https://github.com/owncloud-ops/drone-ansible/blob/main/LICENSE)
|
||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/owncloud-ci/drone-ansible)
|
||||
[![License: Apache-2.0](https://img.shields.io/github/license/owncloud-ci/drone-ansible)](https://github.com/owncloud-ci/drone-ansible/blob/main/LICENSE)
|
||||
|
||||
Drone plugin to provision infrastructure with [Ansible](https://www.ansible.com/).
|
||||
|
||||
@ -45,4 +45,4 @@ docker run --rm \
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/drone-ansible/blob/master/LICENSE) file for details.
|
||||
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ci/drone-ansible/blob/master/LICENSE) file for details.
|
||||
|
Loading…
Reference in New Issue
Block a user