Add frontend
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################################
|
||||
# CF Deployer - Chunked Upload Deployment Script
|
||||
# CF Deployer - Chunked Upload Deployment Script (Direct to nginx)
|
||||
#
|
||||
# This script deploys a Java application to Cloud Foundry using chunked
|
||||
# uploads to bypass nginx size restrictions and async deployment to avoid
|
||||
# timeout issues.
|
||||
#
|
||||
# USE THIS SCRIPT WHEN:
|
||||
# - You have direct access to nginx endpoint
|
||||
# - You need to provide client certificates and custom headers
|
||||
# - You can send multipart/form-data directly
|
||||
#
|
||||
# For deployments through a Java proxy, use: deploy-chunked-simple.sh
|
||||
# For detailed documentation, see: DEPLOYMENT_SCRIPTS.md
|
||||
#
|
||||
# Usage:
|
||||
# ./deploy-chunked.sh
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user