Skip to content

Commit ce8ce5b

Browse files
committed
Use latest docker container version 0.0.3. Switch to chrome131 branch for worker.
1 parent 7e987fb commit ce8ce5b

File tree

6 files changed

+3
-89
lines changed

6 files changed

+3
-89
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository is a recipe for DDEV to have a local worker that will allow taki
1010

1111
Add this addon as `ddev get diffywebsite/ddev-diffy`.
1212

13-
Register an account in Diffy and create an [API key](https://stage.diffy.website/#/keys).
13+
Register an account in Diffy and create an [API key](https://app.diffy.website/#/keys).
1414

1515
Once you have your container ready after `ddev restart` we need to provide API key and project ID to `.env` file. For that go to `.ddev/diffy-worker`, copy existing example file `cp .env.example .env` and edit `.env` file to provide your credentials.
1616

docker-compose.diffy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
diffy:
44
container_name: ddev-${DDEV_SITENAME}-diffy
5-
image: 'diffywebsite2/screenshot-worker:0.0.2'
5+
image: 'diffywebsite2/screenshot-worker:0.0.3'
66
user: '$DDEV_UID:$DDEV_GID'
77
restart: "no"
88
# These labels ensure this service is discoverable by ddev.

install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ global_files:
1414
# Download the latest version of the worker code
1515
post_install_actions:
1616
- rm -rf diffy-worker && mkdir diffy-worker
17-
- docker run -it --rm -v ./diffy-worker:/diffy-worker --user $DDEV_UID:$DDEV_GID ddev/ddev-utilities bash -c "cd /diffy-worker && wget -qO- https://github.com/DiffyWebsite/diffy-worker/archive/refs/heads/main.tar.gz | tar xz --strip-components=1"
17+
- docker run -it --rm -v ./diffy-worker:/diffy-worker --user $DDEV_UID:$DDEV_GID ddev/ddev-utilities bash -c "cd /diffy-worker && wget -qO- https://github.com/DiffyWebsite/diffy-worker/archive/refs/heads/chrome131.tar.gz | tar xz --strip-components=1"
1818

1919
# Shell actions that can be done during removal of the add-on
2020
removal_actions:

tests/test.bats

Lines changed: 0 additions & 44 deletions
This file was deleted.

tests/testdata/.gitmanaged

Whitespace-only changes.

0 commit comments

Comments
 (0)