unfetter
unfetter copied to clipboard
Build new code deploy model
The current code deploy model requires a complete checkout of the code to a location with git. That can lead to problems. Better to do a full clone.
Or, have one process that keeps an S3 bucket up to date with the code, and another that builds from that S3 bucket.
Or, use Code deploy Or, use Gitlab