Skip to content

Commit f370b40

Browse files
committed
deploy to newspace2
1 parent 04b6620 commit f370b40

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@v5
3737
with:
38-
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_11
38+
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_12
3939
flavor: |
4040
latest=false
4141
tags: |

app/Services/PredictingProblems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function __construct($date)
2626

2727
public function getData()
2828
{
29+
set_time_limit(0);
2930
$this->maxNightsGreaterThanMaxShifts();
3031
$this->maxWeekendsGreaterThanCapacity();
3132
$this->weekendTasksNotPointed();

0 commit comments

Comments
 (0)