Skip to content

Commit e67f0ae

Browse files
committed
Updated README.md
1 parent 56f9df9 commit e67f0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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
173173
cd /home/forge/your-application.com
174174
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
176176

177177
( flock -w 10 9 || exit 1
178178
echo 'Restarting FPM...'; sudo -S service $FORGE_PHP_FPM reload ) 9>/tmp/fpmlock

0 commit comments

Comments
 (0)