This file contains 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
$ cap staging deploy | |
* executing `staging' | |
** merge config file ./config/deploy/../sky/staging/sky.yml | |
** merge config file ./config/deploy/../sky/staging/sky-mysql.yml | |
** merge config file ./config/deploy/../sky/staging/sky-nginx.yml | |
** merge config file ./config/deploy/../sky/staging/sky-sphinx.yml | |
** merge config file ./config/deploy/../sky/staging/sky-thin.yml | |
triggering start callbacks for `deploy' | |
* executing `multistage:ensure' | |
* executing `sky:refresh_instance_data' |
This file contains 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
@implementation MyAppDelegate | |
static NSOperationQueue *sharedOperationQueue = nil; | |
- (void)applicationDidFinishLaunching:(UIApplication *)application { | |
//setup the operation queue |