File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ return [
72
72
* Logic used when creating a deployment directory.
73
73
*
74
74
* Default => git - uses hash for current HEAD
75
- * Options: [ git, rand ]
75
+ * Options: [ git, datetime, rand ]
76
76
*
77
77
* If your build does not use git, use rand.
78
78
*/
@@ -172,7 +172,7 @@ Here is a basic configuration for use with Forge
172
172
``` shell script
173
173
cd /home/forge/your-application.com
174
174
git pull origin main
175
- $FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader
175
+ $FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader --no-dev --no-progress
176
176
177
177
( flock -w 10 9 || exit 1
178
178
echo ' Restarting FPM...' ; sudo -S service $FORGE_PHP_FPM reload ) 9> /tmp/fpmlock
You can’t perform that action at this time.
0 commit comments