We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9df9 commit e67f0aeCopy full SHA for e67f0ae
README.md
@@ -72,7 +72,7 @@ return [
72
* Logic used when creating a deployment directory.
73
*
74
* Default => git - uses hash for current HEAD
75
- * Options: [ git, rand ]
+ * Options: [ git, datetime, rand ]
76
77
* If your build does not use git, use rand.
78
*/
@@ -172,7 +172,7 @@ Here is a basic configuration for use with Forge
172
```shell script
173
cd /home/forge/your-application.com
174
git pull origin main
175
-$FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader
+$FORGE_COMPOSER install --no-interaction --prefer-dist --optimize-autoloader --no-dev --no-progress
176
177
( flock -w 10 9 || exit 1
178
echo 'Restarting FPM...'; sudo -S service $FORGE_PHP_FPM reload ) 9>/tmp/fpmlock
0 commit comments