Skip to content

Commit b6b72cd

Browse files
committed
Update deployer config
1 parent 5000f6f commit b6b72cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/deploy.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
set('repository', 'https://github.com/userfrosting/learn.git');
1111
set('branch', 'main');
1212

13+
// Limits number of kept releases
14+
set('keep_releases', 5);
15+
1316
// Writable dirs by web server
1417
set('writable_dirs', [
1518
'app/cache',

0 commit comments

Comments
 (0)