您现在的位置: 主页 > github学习使用 > Popular continuous integration workflows
本文所属标签:
为本文创立个标签吧:

Popular continuous integration workflows

来源: 网络用户发布,如有版权联系网管删除 2020-04-16 

Popular continuous integration workflows Deploy Node.js to Azure Web App
Build a Node.js project and deploy it to an Azure Web App.

Deploy Node.js to Azure Web App logo
# Build and test the project, then
# deploy to Azure Web App.
npm install
actions/starter-workflows
Deploy to Amazon ECS
Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.

Deploy to Amazon ECS logo
# Build a docker container and
# push it to ECR so that it can
# be deployed to ECS.
actions/starter-workflows
Build and Deploy to GKE
Build a docker container, publish it to Google Container Registry, and deploy to GKE.

Build and Deploy to GKE logo
# Set up docker to authenticate
# via gcloud command-line tool.
gcloud auth configure-docker
actions/starter-workflows
Node.js
Build and test a Node.js project with npm.

Node.js logo
npm ci
npm run build --if-present
npm test
actions/starter-workflows
Javascript
Rust
Build and test a Rust project with Cargo.

Rust logo
cargo build --verbose
cargo test --verbose

actions/starter-workflows
Rust
Python package
Create and test a Python package on multiple Python versions.

Python package logo
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8
actions/starter-workflows
Python


              查看评论 回复



嵌入式交流网主页 > github学习使用 > Popular continuous integration workflows
 

"Popular continuous integration workflows"的相关文章

网站地图

围观()