22c3df41a8
Replace hardcoded HTML with .env generation, YouTube thumbnail backgrounds, responsive FHD/vertical intro, hardened nginx, and updated Dokploy deploy flow. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
TEMPLATE_DIR=/opt/agencja-ai /opt/agencja-ai/generate-from-env.sh /usr/share/nginx/html
|
|
rm -rf /opt/agencja-ai
|
|
unset GITEA_REPO_URL FRONTEND_PORT 2>/dev/null || true
|