1 Star 0 Fork 0

studyzy/blockscout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appspec.yml 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: 0.0
os: linux
files:
- source: .
destination: /opt/app
hooks:
ApplicationStop:
- location: bin/deployment/stop
timeout: 300
AfterInstall:
- location: bin/deployment/build
ApplicationStart:
- location: bin/deployment/migrate
runas: ec2-user
timeout: 300
- location: bin/deployment/start
timeout: 3600
ValidateService:
- location: bin/deployment/health_check
timeout: 3600
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/studyzy/blockscout.git
git@gitee.com:studyzy/blockscout.git
studyzy
blockscout
blockscout
master

搜索帮助