Skip to content

Instantly share code, notes, and snippets.

@Shine-neko
Created August 9, 2017 17:26
Show Gist options
  • Save Shine-neko/522ab550de44d7f8301247fae31a8c1c to your computer and use it in GitHub Desktop.
Save Shine-neko/522ab550de44d7f8301247fae31a8c1c to your computer and use it in GitHub Desktop.
➜ hello-world git:(master) git push deis master
Counting objects: 3, done.
Writing objects: 100% (3/3), 248 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
Starting build... but first, coffee!
...
...
...
...
...
...
...
-----> Restoring cache...
No cache file found. If this is the first deploy, it will be created now.
-----> PHP app detected
-----> Bootstrapping...
-----> Installing platform packages...
NOTICE: No runtime required in composer.lock; using PHP ^5.5.17
- apache (2.4.20)
- nginx (1.8.1)
- php (5.6.31)
-----> Installing dependencies...
Composer version 1.4.1 2017-03-10 09:29:45
-----> Preparing runtime environment...
NOTICE: No Procfile, using 'web: heroku-php-apache2'.
-----> Checking for additional extensions to install...
-----> Discovering process types
Procfile declares types -> web
Default process types for PHP -> web
-----> Checking for changes inside the cache directory...
Files inside cache folder changed, uploading new cache...
Done: Uploaded cache (8.0K)
-----> Compiled slug size is 14M
Build complete.
Launching App...
...
...
...
...
Done, hello-worl:v2 deployed to Workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment