美文网首页
更新system

更新system

作者: 勤的空间 | 来源:发表于2023-04-25 10:58 被阅读0次

    ssh远程登录:
    ssh ssd@ssd-mysql
    转到目录ssd:
    cd ssd
    更新代码:
    git pull origin
    编译:
    mvn clean install -pl system/system-api -Dmaven.test.skip=true
    mvn clean install -pl system/system-biz -Dmaven.test.skip=true
    正式环境修改.env
    cp ~/.env .
    构建镜像:
    docker-compose build ssd-system
    启动:
    docker-compose up -d ssd-system
    查看日志(可选):
    docker-compose logs --tail 100 -f ssd-system
    按ctrl+c结束查看

    相关文章

      网友评论

          本文标题:更新system

          本文链接:https://www.haomeiwen.com/subject/rdopjdtx.html