modulo cloud heroku docker 源码
02 Github动作 在此示例中,我们将使用Github页面和Github操作创建生产服务器。 我们将从04-heroku-branch 。 建造它的步骤 npm install安装以前的示例软件包: npm install 我们将使用与gh-pages示例相同的方法,但是我们将使用进行自动部署。 创建新的存储库并上传文件: git init git remote add origin https://github.com/... git add . git commit -m " initial commit " git push -u origin master 安装作为dev依赖项以部署到Github页面: npm install gh-pages --save-dev 添加部署命令: ./package.json "scripts": { ...
文件列表
modulo-cloud-heroku-docker-master.zip
(预估有个67文件)
modulo-cloud-heroku-docker-master
.dockerignore
115B
readme-resources
01-public-ssh-key.png
38KB
04-private-ssh-key.png
106KB
02-public-ssh-key.png
115KB
03-private-ssh-key.png
51KB
.github
workflows
cd.yml
719B
暂无评论