Skip to content

Commit

Permalink
Issue #3: Updated app.yaml and deploy.template.yaml to use PHP script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambient-Impact committed Jul 15, 2023
1 parent 51d7c35 commit 578e33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .do/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
2 changes: 1 addition & 1 deletion .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /

0 comments on commit 578e33b

Please sign in to comment.