Skip to content

Commit f787246

Browse files
committed
Update to use ddev org, ddev/ddev-ibexa-cloud
1 parent bb04949 commit f787246

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![tests](https://github.com/rfay/ddev-ibexa-cloud/actions/workflows/tests.yml/badge.svg)](https://github.com/rfay/ddev-ibexa-cloud/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)
1+
[![tests](https://github.com/ddev/ddev-ibexa-cloud/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-ibexa-cloud/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2025.svg)
22

33
The [Ibexa Cloud](https://www.ibexa.co/products/ibexa-cloud) has its own CLI, instead of using the `platform` CLI.
44

55
This add-on provides integration for Ibexa Cloud and adds the `ddev ibexa_cloud` custom command.
66

77
1. Configure your Ibexa project for DDEV if you haven't already, see [DDEV Ibexa Quickstart](https://ddev.readthedocs.io/en/stable/users/quickstart/#ibexa-dxp)
8-
2. `ddev get rfay/ddev-ibexa-cloud` (# or in DDEV v1.23.5+ `ddev add-on get rfay/ddev-ibexa-cloud`)
8+
2. `ddev get ddev/ddev-ibexa-cloud` (# or in DDEV v1.23.5+ `ddev add-on get ddev/ddev-ibexa-cloud`)
99
3. Configure your IBEXA_CLI_TOKEN globally, `ddev config global --web-environment-add=IBEXA_CLI_TOKEN=nf4amudfn23biyourtoken`
1010
4. Configure your IBEXA_PROJECT, IBEXA_ENVIRONMENT, and IBEXA_APP environment variables, for example `ddev config --web-environment-add=IBEXA_PROJECT=nf4amudfn23biyourproject,IBEXA_ENVIRONMENT=main,IBEXA_APP=app`
1111
5. `ddev restart`
@@ -17,4 +17,4 @@ This add-on provides integration for Ibexa Cloud and adds the `ddev ibexa_cloud`
1717
* `brew tap kaos/shell && brew install bats-assert bats-file`
1818

1919

20-
**Contributed and maintained by @rfay**
20+
**Contributed and maintained by [@rfay](https://github.com/rfay)**

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ teardown() {
8282
@test "install from release" {
8383
set -eu -o pipefail
8484
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
85-
echo "# ddev get rfay/ddev-ibexa-cloud with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
86-
ddev get rfay/ddev-ibexa-cloud
85+
echo "# ddev get ddev/ddev-ibexa-cloud with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
86+
ddev get ddev/ddev-ibexa-cloud
8787
ddev config --web-environment=IBEXA_CLI_TOKEN=${IBEXA_CLI_TOKEN},IBEXA_PROJECT=${IBEXA_PROJECT:-},IBEXA_ENVIRONMENT=pull
8888
ddev restart >/dev/null
8989
echo "# pull health checks" >&3

0 commit comments

Comments
 (0)