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 [
7272 * Logic used when creating a deployment directory.
7373 *
7474 * Default => git - uses hash for current HEAD
75- * Options: [ git, rand ]
75+ * Options: [ git, datetime, rand ]
7676 *
7777 * If your build does not use git, use rand.
7878 */
@@ -172,7 +172,7 @@ Here is a basic configuration for use with Forge
172172``` shell script
173173cd /home/forge/your-application.com
174174git 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
176176
177177( flock -w 10 9 || exit 1
178178 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