向部署上传文件
拉取配置文件
s3://my-bucket/
├─ some-folder/
│ ├─ some-file.txt
├─ some-other-folder/
│ ├─ some-other-file.jpg将拉取配置文件链接到应用版本
限制
最后更新于
这有帮助吗?
s3://my-bucket/
├─ some-folder/
│ ├─ some-file.txt
├─ some-other-folder/
│ ├─ some-other-file.jpg最后更新于
这有帮助吗?
这有帮助吗?
/
├─ app/
│ ├─ entrypoint.sh
│ ├─ custom-folder/
{
"name": "some-file-pull-profile",
"source": "/some-folder/some-file.txt",
"source_type": "file",
"destination": "/app/custom-folder/"
}