Skip to content

Instantly share code, notes, and snippets.

@carter2422
Created July 16, 2015 17:33
Show Gist options
  • Save carter2422/8aa445511e2acf9fbd42 to your computer and use it in GitHub Desktop.
Save carter2422/8aa445511e2acf9fbd42 to your computer and use it in GitHub Desktop.
cap five deploy
Jonathans-Pro:cgcookie jonathanwilliamson$ cap five deploy
INFO [e826f06c] Running /usr/bin/env mkdir -p /tmp/cgcookie.com/ as alpha@45.33.121.146
DEBUG [e826f06c] Command: ( WP_ENV=five /usr/bin/env mkdir -p /tmp/cgcookie.com/ )
INFO [e826f06c] Finished in 0.227 seconds with exit status 0 (successful).
DEBUG Uploading /tmp/cgcookie.com/git-ssh.sh 0.0%
INFO Uploading /tmp/cgcookie.com/git-ssh.sh 100.0%
INFO [2aaefc8e] Running /usr/bin/env chmod +x /tmp/cgcookie.com/git-ssh.sh as alpha@45.33.121.146
DEBUG [2aaefc8e] Command: ( WP_ENV=five /usr/bin/env chmod +x /tmp/cgcookie.com/git-ssh.sh )
INFO [2aaefc8e] Finished in 0.032 seconds with exit status 0 (successful).
INFO [1a5b05c4] Running /usr/bin/env git ls-remote --heads git@github.com:CGCookie/cgcookie.git as alpha@45.33.121.146
DEBUG [1a5b05c4] Command: ( WP_ENV=five GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/cgcookie.com/git-ssh.sh /usr/bin/env git ls-remote --heads git@github.com:CGCookie/cgcookie.git )
DEBUG [1a5b05c4] e66a9f7ea325d3929aa33d242973d8aa02b85793 refs/heads/lab
DEBUG [1a5b05c4] 7fff1f61e452629ff50ed5ae6863fbb5a61fdd0a refs/heads/master
INFO [1a5b05c4] Finished in 0.579 seconds with exit status 0 (successful).
INFO [05a6c92e] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared /home/alpha/deployments/cgcookie.com/releases as alpha@45.33.121.146
DEBUG [05a6c92e] Command: ( WP_ENV=five /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared /home/alpha/deployments/cgcookie.com/releases )
INFO [05a6c92e] Finished in 0.031 seconds with exit status 0 (successful).
INFO [b2b4b0af] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared/web/app/uploads as alpha@45.33.121.146
DEBUG [b2b4b0af] Command: ( WP_ENV=five /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared/web/app/uploads )
INFO [b2b4b0af] Finished in 0.032 seconds with exit status 0 (successful).
INFO [f99ea9e0] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared as alpha@45.33.121.146
DEBUG [f99ea9e0] Command: ( WP_ENV=five /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/shared )
INFO [f99ea9e0] Finished in 0.032 seconds with exit status 0 (successful).
DEBUG [07a8bb0c] Running /usr/bin/env [ -f /home/alpha/deployments/cgcookie.com/shared/.env ] as alpha@45.33.121.146
DEBUG [07a8bb0c] Command: [ -f /home/alpha/deployments/cgcookie.com/shared/.env ]
DEBUG [07a8bb0c] Finished in 0.030 seconds with exit status 0 (successful).
DEBUG [1545d149] Running /usr/bin/env [ -f /home/alpha/deployments/cgcookie.com/current/REVISION ] as alpha@45.33.121.146
DEBUG [1545d149] Command: [ -f /home/alpha/deployments/cgcookie.com/current/REVISION ]
DEBUG [1545d149] Finished in 0.029 seconds with exit status 0 (successful).
DEBUG [387ed717] Running /usr/bin/env cat /home/alpha/deployments/cgcookie.com/current/REVISION 2>/dev/null as alpha@45.33.121.146
DEBUG [387ed717] Command: ( WP_ENV=five /usr/bin/env cat /home/alpha/deployments/cgcookie.com/current/REVISION 2>/dev/null )
DEBUG [387ed717] 7fff1f6
DEBUG [387ed717] Finished in 0.031 seconds with exit status 0 (successful).
DEBUG [7cc2c4a9] Running /usr/bin/env [ -f /home/alpha/deployments/cgcookie.com/repo/HEAD ] as alpha@45.33.121.146
DEBUG [7cc2c4a9] Command: [ -f /home/alpha/deployments/cgcookie.com/repo/HEAD ]
DEBUG [7cc2c4a9] Finished in 0.031 seconds with exit status 0 (successful).
INFO The repository mirror is at /home/alpha/deployments/cgcookie.com/repo
DEBUG [8f982ec0] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [8f982ec0] Command: if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi
DEBUG [8f982ec0] Finished in 0.029 seconds with exit status 0 (successful).
INFO [8737856b] Running /usr/bin/env git remote update as alpha@45.33.121.146
DEBUG [8737856b] Command: cd /home/alpha/deployments/cgcookie.com/repo && ( WP_ENV=five GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/cgcookie.com/git-ssh.sh /usr/bin/env git remote update )
DEBUG [8737856b] Fetching origin
INFO [8737856b] Finished in 0.607 seconds with exit status 0 (successful).
DEBUG [e96c67bc] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [e96c67bc] Command: if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi
DEBUG [e96c67bc] Finished in 0.029 seconds with exit status 0 (successful).
INFO [3e7fb4d3] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206 as alpha@45.33.121.146
DEBUG [3e7fb4d3] Command: cd /home/alpha/deployments/cgcookie.com/repo && ( WP_ENV=five GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/cgcookie.com/git-ssh.sh /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206 )
INFO [3e7fb4d3] Finished in 0.030 seconds with exit status 0 (successful).
INFO [5f02ddc0] Running /usr/bin/env git archive master | tar -x -f - -C /home/alpha/deployments/cgcookie.com/releases/20150716172206 as alpha@45.33.121.146
DEBUG [5f02ddc0] Command: cd /home/alpha/deployments/cgcookie.com/repo && ( WP_ENV=five GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/cgcookie.com/git-ssh.sh /usr/bin/env git archive master | tar -x -f - -C /home/alpha/deployments/cgcookie.com/releases/20150716172206 )
INFO [5f02ddc0] Finished in 0.037 seconds with exit status 0 (successful).
DEBUG [bbcf3703] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [bbcf3703] Command: if test ! -d /home/alpha/deployments/cgcookie.com/repo; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/repo'" 1>&2; false; fi
DEBUG [bbcf3703] Finished in 0.029 seconds with exit status 0 (successful).
DEBUG [f0d69586] Running /usr/bin/env git rev-list --max-count=1 --abbrev-commit master as alpha@45.33.121.146
DEBUG [f0d69586] Command: cd /home/alpha/deployments/cgcookie.com/repo && ( WP_ENV=five GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/cgcookie.com/git-ssh.sh /usr/bin/env git rev-list --max-count=1 --abbrev-commit master )
DEBUG [f0d69586] 7fff1f6
DEBUG [f0d69586] Finished in 0.032 seconds with exit status 0 (successful).
DEBUG [5d0e02a9] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/releases/20150716172206; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases/20150716172206'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [5d0e02a9] Command: if test ! -d /home/alpha/deployments/cgcookie.com/releases/20150716172206; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases/20150716172206'" 1>&2; false; fi
DEBUG [5d0e02a9] Finished in 0.029 seconds with exit status 0 (successful).
INFO [8061d28b] Running /usr/bin/env echo "7fff1f6" >> REVISION as alpha@45.33.121.146
DEBUG [8061d28b] Command: cd /home/alpha/deployments/cgcookie.com/releases/20150716172206 && ( WP_ENV=five /usr/bin/env echo "7fff1f6" >> REVISION )
INFO [8061d28b] Finished in 0.038 seconds with exit status 0 (successful).
INFO [4bc4db75] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206 as alpha@45.33.121.146
DEBUG [4bc4db75] Command: ( WP_ENV=five /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206 )
INFO [4bc4db75] Finished in 0.031 seconds with exit status 0 (successful).
DEBUG [361fc904] Running /usr/bin/env [ -L /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env ] as alpha@45.33.121.146
DEBUG [361fc904] Command: [ -L /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env ]
DEBUG [361fc904] Finished in 0.030 seconds with exit status 1 (failed).
DEBUG [ff9aafcd] Running /usr/bin/env [ -f /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env ] as alpha@45.33.121.146
DEBUG [ff9aafcd] Command: [ -f /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env ]
DEBUG [ff9aafcd] Finished in 0.030 seconds with exit status 1 (failed).
INFO [583c9d60] Running /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/shared/.env /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env as alpha@45.33.121.146
DEBUG [583c9d60] Command: ( WP_ENV=five /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/shared/.env /home/alpha/deployments/cgcookie.com/releases/20150716172206/.env )
INFO [583c9d60] Finished in 0.032 seconds with exit status 0 (successful).
INFO [b25e4cea] Running /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app as alpha@45.33.121.146
DEBUG [b25e4cea] Command: ( WP_ENV=five /usr/bin/env mkdir -p /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app )
INFO [b25e4cea] Finished in 0.031 seconds with exit status 0 (successful).
DEBUG [25ee5afa] Running /usr/bin/env [ -L /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads ] as alpha@45.33.121.146
DEBUG [25ee5afa] Command: [ -L /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads ]
DEBUG [25ee5afa] Finished in 0.029 seconds with exit status 1 (failed).
DEBUG [73d73a6f] Running /usr/bin/env [ -d /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads ] as alpha@45.33.121.146
DEBUG [73d73a6f] Command: [ -d /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads ]
DEBUG [73d73a6f] Finished in 0.030 seconds with exit status 0 (successful).
INFO [304e943e] Running /usr/bin/env rm -rf /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads as alpha@45.33.121.146
DEBUG [304e943e] Command: ( WP_ENV=five /usr/bin/env rm -rf /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads )
INFO [304e943e] Finished in 0.031 seconds with exit status 0 (successful).
INFO [7574b1d5] Running /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/shared/web/app/uploads /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads as alpha@45.33.121.146
DEBUG [7574b1d5] Command: ( WP_ENV=five /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/shared/web/app/uploads /home/alpha/deployments/cgcookie.com/releases/20150716172206/web/app/uploads )
INFO [7574b1d5] Finished in 0.031 seconds with exit status 0 (successful).
DEBUG [21021f96] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/releases/20150716172206; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases/20150716172206'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [21021f96] Command: if test ! -d /home/alpha/deployments/cgcookie.com/releases/20150716172206; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases/20150716172206'" 1>&2; false; fi
DEBUG [21021f96] Finished in 0.030 seconds with exit status 0 (successful).
INFO [b26490a4] Running /usr/bin/env composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader as alpha@45.33.121.146
DEBUG [b26490a4] Command: cd /home/alpha/deployments/cgcookie.com/releases/20150716172206 && ( WP_ENV=five /usr/bin/env composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader )
DEBUG [b26490a4] Loading composer repositories with package information
DEBUG [b26490a4] Installing dependencies from lock file
DEBUG [b26490a4] Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
DEBUG [b26490a4] - Installing composer/installers (v1.0.12)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing johnpbloch/wordpress-core-installer (0.2.1)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-activity (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-badges (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-bookmarks (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-core (dev-feature/archive 9a8d4d8)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-courses (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-disable-emails (dev-master 7305ed5)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-exercises (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-flows (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-follow (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-group-accounts (dev-master 8fd9dbb)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-love-it (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-reviews (dev-master 28bf007)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-segment (dev-release/1.1.0 e7f6293)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgc-video-tracking (5.0.1)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/cgcookie-5.0 (dev-feature/archive 3d48f56)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/rcp-gifts-through-edd (dev-master c17ed34)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing cgcookie/xp-dashboard (5.0)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing easydigitaldownloads/edd-simple-shipping (dev-master cf0500b)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing johnpbloch/wordpress (4.2.2)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing pippin/easy-digital-downloads-commissions (3.1.4)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing pippin/easy-digital-downloads-stripe (2.2.6)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing pippin/restrict-content-pro (dev-master d0b5856)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing vlucas/phpdotenv (v1.0.9)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/amazon-s3-and-cloudfront (0.9)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/amazon-web-services (0.3)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/cmb2 (2.0.8)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/disable-emails (1.2.4)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/easy-digital-downloads (2.4.1)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/json-rest-api (1.2.2)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/mailgun (1.3.1)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/pt-wp-discourse-sso (0.2.3)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/query-monitor (2.7.4)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/quick-pagepost-redirect-plugin (5.0.7)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/responsive-lightbox (1.5.7)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/user-switching (1.0.6)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/username-changer (2.0.5)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] - Installing wpackagist-plugin/wp-search-live (0.9)
DEBUG [b26490a4] Loading from cache
DEBUG [b26490a4]
DEBUG [b26490a4] Generating optimized autoload files
INFO [b26490a4] Finished in 2.263 seconds with exit status 0 (successful).
INFO [27b5e0e5] Running /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/releases/20150716172206 /home/alpha/deployments/cgcookie.com/releases/current as alpha@45.33.121.146
DEBUG [27b5e0e5] Command: ( WP_ENV=five /usr/bin/env ln -s /home/alpha/deployments/cgcookie.com/releases/20150716172206 /home/alpha/deployments/cgcookie.com/releases/current )
INFO [27b5e0e5] Finished in 0.030 seconds with exit status 0 (successful).
INFO [5fcf012e] Running /usr/bin/env mv /home/alpha/deployments/cgcookie.com/releases/current /home/alpha/deployments/cgcookie.com as alpha@45.33.121.146
DEBUG [5fcf012e] Command: ( WP_ENV=five /usr/bin/env mv /home/alpha/deployments/cgcookie.com/releases/current /home/alpha/deployments/cgcookie.com )
INFO [5fcf012e] Finished in 0.030 seconds with exit status 0 (successful).
DEBUG [601bf0ae] Running /usr/bin/env ls -xtr /home/alpha/deployments/cgcookie.com/releases as alpha@45.33.121.146
DEBUG [601bf0ae] Command: ( WP_ENV=five /usr/bin/env ls -xtr /home/alpha/deployments/cgcookie.com/releases )
DEBUG [601bf0ae] 20150710143902 20150710144517 20150710145021 20150712011844 20150716171333
DEBUG [601bf0ae] 20150716172206
DEBUG [601bf0ae] Finished in 0.031 seconds with exit status 0 (successful).
INFO Keeping 5 of 6 deployed releases on 45.33.121.146
INFO [3b8a462d] Running /usr/bin/env rm -rf /home/alpha/deployments/cgcookie.com/releases/20150710143902 as alpha@45.33.121.146
DEBUG [3b8a462d] Command: ( WP_ENV=five /usr/bin/env rm -rf /home/alpha/deployments/cgcookie.com/releases/20150710143902 )
INFO [3b8a462d] Finished in 0.144 seconds with exit status 0 (successful).
DEBUG [9b476188] Running /usr/bin/env if test ! -d /home/alpha/deployments/cgcookie.com/releases; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases'" 1>&2; false; fi as alpha@45.33.121.146
DEBUG [9b476188] Command: if test ! -d /home/alpha/deployments/cgcookie.com/releases; then echo "Directory does not exist '/home/alpha/deployments/cgcookie.com/releases'" 1>&2; false; fi
DEBUG [9b476188] Finished in 0.029 seconds with exit status 0 (successful).
INFO [cd01dd66] Running /usr/bin/env echo "Branch master (at 7fff1f6) deployed as release 20150716172206 by jonathanwilliamson" >> /home/alpha/deployments/cgcookie.com/revisions.log as alpha@45.33.121.146
DEBUG [cd01dd66] Command: echo "Branch master (at 7fff1f6) deployed as release 20150716172206 by jonathanwilliamson" >> /home/alpha/deployments/cgcookie.com/revisions.log
INFO [cd01dd66] Finished in 0.029 seconds with exit status 0 (successful).
Jonathans-Pro:cgcookie jonathanwilliamson$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment