Загрузка страницы

Serverless Framework: Continuous Deployment of Static Website using AWS CodeBuild - Part 3

This series has been divided into three videos
1. Deploy Static Website using AWS Console
2. Deploy Static Website using Serverless Framework
3. Continuous Deployment of Static Website using AWS CodeBuild

This is part one of the series which is "Continuous Deployment of Static Website using AWS CodeBuild".

------------------------------------
version: 0.2

phases:
install:
runtime-versions:
nodejs: 8
commands:
- npm install
# Install serverless golbal
- npm install serverless -g

build:
commands:
# Build our go application
- npm run build

post_build:
commands:
# Rename file
- mv serverless.default.yaml serverless.yaml

# Deploy lambda
- sls deploy -v
-----------------------------------

Видео Serverless Framework: Continuous Deployment of Static Website using AWS CodeBuild - Part 3 канала Simply Serverless
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
20 июля 2019 г. 11:07:54
00:11:24
Яндекс.Метрика