美文网首页测试开发集合
亚马逊EC2服务器部署自动化项目

亚马逊EC2服务器部署自动化项目

作者: 连女传 | 来源:发表于2019-08-12 21:44 被阅读0次

    1.在线安装jenkins
    wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
    sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
    sudo apt-get update
    sudo apt-get install jenkins


    2.把上面上传到github服务器,然后云服务上在线安装项目,通过ssh命令

    过程中踩到的坑:


    image.png

    相关文章

      网友评论

        本文标题:亚马逊EC2服务器部署自动化项目

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