Skip to content

Commit

Permalink
#1 Change descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
elfacht committed Feb 11, 2025
1 parent 2d60076 commit 5353572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ DEPLOY_ASSETS_DIR="uploads"
# Public URL (used to curl deploy clear opcache script) – required
DEPLOY_URL="https://my-site.com"

# Clear opcache to clear symlink cache. Set to 0 if not needed
DEPLOY_CLEAR_OPCACHE=1
# Clear opcache to clear symlink cache.
# 0 = disabled, 1 = enabled
DEPLOY_CLEAR_OPCACHE=0

# Restart PHP cmd if symlinks are cached and clearing opcache doesn't work – optional
# Leave empty if not needed
# Restarting PHP may cause a short downtime on server
DEPLOY_RESTART_PHP=""

# Releases to keep
Expand Down

0 comments on commit 5353572

Please sign in to comment.