Skip to content

Commit b62a76a

Browse files
authored
#ddev-generated in files is required in next ddev release (#2)
1 parent 70afc1b commit b62a76a

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22
on:
33
pull_request:
44
push:
5-
branches: [ master, main ]
5+
branches: [ main ]
66

77
schedule:
88
- cron: '01 07 * * *'
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
ddev_version: [stable, edge, HEAD]
32+
ddev_version: [stable, HEAD]
3333
# ddev_version: [PR]
3434
fail-fast: false
3535

install.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: addon-template
1+
name: ddev-laravel-queue
22

33
# pre_install_actions - list of actions to run before installing the addon.
44
# Examples would be removing an extraneous docker volume,
@@ -9,15 +9,13 @@ pre_install_actions:
99

1010
# list of files and directories listed that are copied into project .ddev directory
1111
project_files:
12-
- docker-compose.addon-template.yaml
13-
# - extra_files/
14-
# - somefile.sh
12+
- web-build/Dockerfile.ddev-laravel-worker
13+
- web-build/laravel-worker.conf
14+
1515

1616
# List of files and directories that are copied into the global .ddev directory
1717
global_files:
18-
# - commands
19-
# - homeadditions
18+
2019

2120
post_install_actions:
22-
# - chmod +x ~/.ddev/commands/web/somecommand
23-
# - perl -pi -e 's/oldstring/newstring/g' docker-compose.addon-template.yaml
21+

web-build/laravel-worker.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#ddev-generated
12
[program:laravel-worker]
23
process_name=%(program_name)s_%(process_num)s
34
command=/usr/bin/php /var/www/html/artisan queue:work --sleep=3 --tries=3

0 commit comments

Comments
 (0)