SIMPLE PHP DEPLOYER

Host: www.deploy.tapxter.com | IP: 216.246.112.6 | PHP: 8.2.31

System Config

Path
0K
Instructions file
0K
Logs path
0K
Token
??
Security
0K

Recent Execution History

View All Logs →
Log Identifier Timestamp Reference
requests.log 2026-05-31 19:12:42 OPEN RAW HTML
deploy_20260531_180549.log 2026-05-31 18:06:05 OPEN RAW HTML

Example deploy.json

[
  { "name": "Git Pull", "run": "git pull origin main" },
  { "name": "Install Dependencies", "run": "composer install --no-dev" },
  { "name": "Optimize Cache", "run": "php artisan config:cache" }
]