美文网首页
Jenkins Gitlab部署Vue

Jenkins Gitlab部署Vue

作者: 梨花菜 | 来源:发表于2020-04-22 19:32 被阅读0次

    其他配置参考部署Django

    shell命令

    sudo ssh faster@10.0.3.57 '
    project_path='/home/faster/FasterWeb'
    cd $project_path
    git pull
    cnpm i
    cnpm run build
    docker container restart fasterweb
    
    image.png

    相关文章

      网友评论

          本文标题:Jenkins Gitlab部署Vue

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