Popular continuous integration workflows
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
查看评论 回复
"Popular continuous integration workflows"的相关文章
- 上一篇:Get started with GitHub Actions
- 下一篇:没有了
热门文章
- Popular continuous integration workflows
- Get started with GitHub Actions
- GitHub Actions
- Learn Git and GitHub without any code!
- Celebrate!
- Step 5. Merge your Pull Request
- Step 4. Open a Pull Request
- These changes will be made to just the README file
- Step 3. Make and commit changes
- To create a new branch