Created
          November 16, 2017 17:19 
        
      - 
      
- 
        Save slavahatnuke/a46fc64261f518e04c18e0de332930db to your computer and use it in GitHub Desktop. 
    buildspec.yml
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | version: 0.1 | |
| phases: | |
| install: | |
| commands: | |
| - npm install yarn serverless -g | |
| - yarn install --production | |
| build: | |
| commands: | |
| - serverless deploy | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment