We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5000f6f commit b6b72cdCopy full SHA for b6b72cd
1 file changed
.github/deploy.php
@@ -10,6 +10,9 @@
10
set('repository', 'https://github.com/userfrosting/learn.git');
11
set('branch', 'main');
12
13
+// Limits number of kept releases
14
+set('keep_releases', 5);
15
+
16
// Writable dirs by web server
17
set('writable_dirs', [
18
'app/cache',
0 commit comments