Skip to content

Commit 6187237

Browse files
committed
Merge branch 'main' of github.com:derickr/php-infrastructure
* 'main' of github.com:derickr/php-infrastructure: Change cron job frequency for sync_maps to hourly
2 parents 2d298e0 + 411c446 commit 6187237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/properties/downloads/tasks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- name: Create cron to sync the windows libraries and DLLs
5252
cron:
5353
name: Run sync-json-files daily
54-
special_time: daily
54+
special_time: hourly
5555
job: /local/systems/sync-maps
5656
user: windows
5757

0 commit comments

Comments
 (0)