文件名称:NodeJs_Application
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-22 07:43:30
JavaScript
使用Node JS的简单DevOps Project CI CD 步骤1-在Ubuntu机器上安装Node Js sudo apt update sudo apt install nodejs sudo apt install npm nodejs -v // To check the node JS version 第2步-下载“通过SSH发布”插件 Key -- define the private Key ( you will get from .pem while when you will open as text file) ssh Server - Name - define the name of the server. HostName - Provide the IP address of your server. UserName - Provide the us
【文件预览】:
NodeJs_Application-main
----Dockerfile(152B)
----package.json(419B)
----package-lock.json(26KB)
----index-db.js(1KB)
----index.js(329B)
----README.md(2KB)
----Jenkinsfile(1KB)
----test()
--------test.js(233B)