Created
July 13, 2015 14:08
-
-
Save cornernote/91d33e4a3c14d51909d0 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
root@test:/vagrant/git/yii2-audit# git push heroku master | |
Counting objects: 5, done. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 368 bytes | 0 bytes/s, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: | |
remote: -----> PHP app detected | |
remote: -----> Resolved composer.lock requirement for PHP to version 5.6.11. | |
remote: -----> Installing system packages... | |
remote: - PHP 5.6.11 | |
remote: - Apache 2.4.10 | |
remote: - Nginx 1.6.0 | |
remote: -----> Installing PHP extensions... | |
remote: - bcmath (composer.lock; bundled) | |
remote: - mbstring (composer.lock; bundled) | |
remote: - zend-opcache (automatic; bundled) | |
remote: -----> Installing dependencies... | |
remote: Composer version 1.0.0-alpha10 2015-04-14 21:18:51 | |
remote: | |
remote: NOTICE: You've reached the GitHub API's request rate limit. | |
remote: Composer will try and fall back to slower downloads from source. | |
remote: It's strongly recommended you use a custom OAuth token; see | |
remote: http://devcenter.heroku.com/articles/php-support#custom-github-oauth-tokens | |
remote: | |
remote: Loading composer repositories with package information | |
remote: Installing dependencies from lock file | |
remote: 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. | |
remote: - Installing yiisoft/yii2-composer (2.0.3) | |
remote: Loading from cache | |
remote: | |
remote: - Installing ezyang/htmlpurifier (v4.6.0) | |
remote: Loading from cache | |
remote: | |
remote: - Installing cebe/markdown (1.1.0) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/jquery (2.1.4) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/yii2-pjax (v2.0.4) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/punycode (v1.3.2) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/jquery.inputmask (3.1.63) | |
remote: Loading from cache | |
remote: | |
remote: - Installing yiisoft/yii2 (2.0.5) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/chartjs (v1.0.2) | |
remote: Loading from cache | |
remote: | |
remote: - Installing 2amigos/yii2-chartjs-widget (2.0.0) | |
remote: Loading from cache | |
remote: | |
remote: - Installing bower-asset/bootstrap (v3.3.5) | |
remote: Loading from cache | |
remote: | |
remote: - Installing phpspec/php-diff (v1.0.2) | |
remote: Loading from cache | |
remote: | |
remote: - Installing yiisoft/yii2-bootstrap (2.0.4) | |
remote: Loading from cache | |
remote: | |
remote: - Installing yiisoft/yii2-debug (2.0.4) | |
remote: Loading from cache | |
remote: | |
remote: Generating optimized autoload files | |
remote: -----> Preparing runtime environment... | |
remote: -----> Discovering process types | |
remote: Procfile declares types -> web | |
remote: | |
remote: -----> Compressing... done, 80.5MB | |
remote: -----> Launching... done, v41 | |
remote: https://limitless-inlet-7926.herokuapp.com/ deployed to Heroku | |
remote: | |
remote: Verifying deploy.... done. | |
To https://git.heroku.com/limitless-inlet-7926.git | |
d984d93..b8538c9 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment