- AWS Automation Cookbook
- Nikit Swaraj
- 84字
- 2021-07-02 23:00:44
Getting ready
Now, we will use these details to set up the CodeBuild configuration:
- Source repository: AWS CodeCommit
- Repository name: CB-NODEJS-Site
- Build Environment: AWS CodeBuild
- Environment image: Image Managed by AWS CodeBuild
- OS: Ubuntu
- Runtime: NodeJS
- version: aws/codebuild/nodejs:4.3.2
- Build specification: Use the buildspec.yml in the source code root directory
- Artifacts: AWS S3
- Artifacts type: Amazon S3
- Artifacts Name: CB-Nodejs-BS
- BucketName: awsstar-s3
- Output files: **/* (means all the files and folder after the build will be considered as the build output)
推薦閱讀
- 數據展現的藝術
- R Data Mining
- 3D Printing with RepRap Cookbook
- WOW!Illustrator CS6完全自學寶典
- Visual C# 2008開發技術實例詳解
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 數據庫系統原理及應用教程(第5版)
- 工業控制系統測試與評價技術
- SMS 2003部署與操作深入指南
- 會聲會影X4中文版從入門到精通
- 未來學徒:讀懂人工智能飛馳時代
- 計算機應用基礎實訓(職業模塊)
- Microsoft Dynamics CRM 2013 Marketing Automation
- 從零開始學ASP.NET
- ARM? Cortex? M4 Cookbook