Commit Graph

6 Commits (2ca74dd80ea2229e789c8c53d6062c4de7452649)

Author SHA1 Message Date
boban 7c4884c1a0 Fix: complete deploy script, ASSET_URL empty for staging/prod
- deploy.sh: mkdir + chmod for storage/bootstrap added
- deploy.sh: SCRIPT_DIR fixed for source path
- src/.env.staging + production: ASSET_URL/LIVEWIRE_ASSET_URL cleared (local only)
- setup.sh SCHRITT 9+11: already correct, no changes needed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 00:44:12 +02:00
boban c9d5e5af21 Fix: use script directory instead of ~/aziros 2026-04-19 00:07:52 +02:00
boban fb7dcf2629 Fix: build per server, remove build from git
- src/public/build/ removed from git tracking
- .gitignore + src/.gitignore: /public/build added
- deploy.sh: npm ci + npm run build:staging/prod added back

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 00:04:34 +02:00
boban a693cecb61 Fix: include build assets in git, remove npm from deploy
- Production build committed (socket.aziros.com:443, forceTLS=true)
- deploy.sh: removed npm install + npm run build steps
- Build strategy: build locally before deploy, commit to git
- Staging build: run npm run build:staging before staging deploy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 00:02:04 +02:00
boban 977ddf5ef6 Improve: deploy script with git pull, npm build, composer 2026-04-18 22:49:55 +02:00
boban db8a012f73 Initial commit — Aziros v1.0.0 2026-04-18 20:53:15 +02:00