Closed timroster closed 5 years ago
Updated sed examples with more portable syntax fixes #64 . Example set of commands to create .env file and deploy.sh file adjusted to set APP_NAME before using the here doc to create .env. Existing command resulted in IMAGE_NAME being empty.
sed
.env
deploy.sh
APP_NAME
IMAGE_NAME
Updated
sed
examples with more portable syntax fixes #64 . Example set of commands to create.env
file anddeploy.sh
file adjusted to setAPP_NAME
before using the here doc to create.env
. Existing command resulted inIMAGE_NAME
being empty.