Last active
November 15, 2016 17:20
-
-
Save jaraco/6a30fb5793034a72f90057d0b46e2c5c to your computer and use it in GitHub Desktop.
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
$ stackato stacks | |
SSL warning for "api.stackato-r6sc.local": self signed certificate | |
Stacks: https://api.stackato-r6sc.local | |
+---------------+----------------------+ | |
| Name | Description | | |
+---------------+----------------------+ | |
| alsek | Stackato Alsek Stack | | |
| cflinuxfs2 | CF Linux FS2 Stack | | |
| trusty | YouGov Trusty | | |
| yougov/trusty | YouGov Trusty | | |
+---------------+----------------------+ | |
$ stackato push --stack yougov/trusty -n | |
SSL warning for "api.stackato-r6sc.local": self signed certificate | |
Using manifest file "stackato.yml" | |
BuildPack: https://github.com/yougov/yg-buildpack-python2 | |
Application Url: http://gryphon-admin.stackato-r6sc.local | |
Adding Environment Variable [GRYPHON_PRETEND_VERSION=23.20] | |
Creating Application [gryphon-admin] as [https://api.stackato-r6sc.local -> main -> main -> gryphon-admin] ... OK | |
Map http://gryphon-admin.stackato-r6sc.local ... OK | |
Uploading Application [gryphon-admin] ... | |
From path /Users/jaraco/Dropbox/code/yg/gryphon | |
Checking for bad links ... 1731 OK | |
Copying directory | |
Copying to temp space ... 1730 OK | |
Checking for available resources ... OK | |
Processing resources ... OK | |
Packing application ... OK | |
Uploading (40K) ... 100% (244913/244913) OK | |
Push Status: OK | |
Starting Application [gryphon-admin] ... | |
Error 250003: The stack could not be found: The requested app stack yougov/trusty is not available | |
on this system. (404) | |
$ stackato delete -n; stackato push --stack trusty -n | |
SSL warning for "api.stackato-r6sc.local": self signed certificate | |
Using manifest file "stackato.yml" | |
Deleting application [gryphon-admin] ... OK | |
Deleting route [gryphon-admin.stackato-r6sc.local] ... OK | |
SSL warning for "api.stackato-r6sc.local": self signed certificate | |
Using manifest file "stackato.yml" | |
BuildPack: https://github.com/yougov/yg-buildpack-python2 | |
Application Url: http://gryphon-admin.stackato-r6sc.local | |
Adding Environment Variable [GRYPHON_PRETEND_VERSION=23.20] | |
Creating Application [gryphon-admin] as [https://api.stackato-r6sc.local -> main -> main -> gryphon-admin] ... OK | |
Map http://gryphon-admin.stackato-r6sc.local ... OK | |
Uploading Application [gryphon-admin] ... | |
From path /Users/jaraco/Dropbox/code/yg/gryphon | |
Checking for bad links ... 1731 OK | |
Copying directory | |
Copying to temp space ... 1730 OK | |
Checking for available resources ... OK | |
Processing resources ... OK | |
Packing application ... OK | |
Uploading (40K) ... 100% (244911/244911) OK | |
Push Status: OK | |
Starting Application [gryphon-admin] ... | |
Error 250003: The stack could not be found: The requested app stack trusty is not available on | |
this system. (404) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment