- Removed deploy-to-coolify.example.sh (replaced by deploy-to-apps.example.sh) - Removed COOLIFY_SETUP.md (replaced by DEPLOYMENT_GUIDE.md) - Updated .gitignore to remove deploy-to-coolify.sh reference - Updated README troubleshooting to use SAAC API instead of direct Coolify API All users now deploy via the SAAC API at apps.startanaicompany.com rather than directly to Coolify. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
211 B
Plaintext
18 lines
211 B
Plaintext
node_modules/
|
|
.env
|
|
.env.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.DS_Store
|
|
*.log
|
|
.vscode/
|
|
.idea/
|
|
deploy_key
|
|
|
|
# Deployment keys and scripts
|
|
deploy_key*
|
|
deploy.sh
|
|
deploy-to-apps.sh
|
|
deployment-info.txt
|