From 578e33bcca3c9ee414941c464aa6323869753088 Mon Sep 17 00:00:00 2001 From: Matei Stanca Date: Sat, 15 Jul 2023 15:54:02 -0400 Subject: [PATCH] Issue #3: Updated app.yaml and deploy.template.yaml to use PHP script. --- .do/app.yaml | 2 +- .do/deploy.template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.do/app.yaml b/.do/app.yaml index b971116c..6094789a 100644 --- a/.do/app.yaml +++ b/.do/app.yaml @@ -129,5 +129,5 @@ workers: instance_count: 1 instance_size_slug: professional-xs name: background-tasks - run_command: .do/run-background-tasks.sh + run_command: php .do/run-background-tasks.php source_dir: / diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index a4314942..ba8f26be 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -131,5 +131,5 @@ spec: instance_count: 1 instance_size_slug: professional-xs name: background-tasks - run_command: .do/run-background-tasks.sh + run_command: php .do/run-background-tasks.php source_dir: /