Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. branches:
  2. master:
  3. - step:
  4. script:
  5. - apt-get update
  6. - apt-get install -y python-dev
  7. - curl -O https://bootstrap.pypa.io/get-pip.py
  8. - python get-pip.py
  9. - pip install awsebcli --upgrade
  10. - eb init myapp-web -r us-west-2 -p node-js
  11. - eb deploy myapp-webui
  12.  
  13. Creating application version archive "app-21a3-171124_111846".
  14. Uploading shoutapp-webui/app-21a3-171124_111846.zip to S3. This may take a while.
  15. Upload Complete.
  16. ERROR: InvalidParameterValueError - No Application Version named 'app-21a3-171124_111846' found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement