Created
July 9, 2019 12:42
-
-
Save EmilStenstrom/9e35647f8b74d7e609ae69c01629ed23 to your computer and use it in GitHub Desktop.
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
(weatherapp) ~/Projects/weatherapp $ git push dokku master | |
Enumerating objects: 98, done. | |
Counting objects: 100% (98/98), done. | |
Delta compression using up to 12 threads | |
Compressing objects: 100% (70/70), done. | |
Writing objects: 100% (74/74), 16.97 KiB | 3.39 MiB/s, done. | |
Total 74 (delta 44), reused 0 (delta 0) | |
-----> Cleaning up... | |
-----> Building weatherapp from herokuish... | |
-----> Adding BUILD_ENV to build environment... | |
-----> Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used. | |
Detected buildpacks: multi python | |
-----> Multipack app detected | |
=====> Downloading Buildpack: https://github.com/dokku/buildpack-nginx.git | |
To ssh.sammanfatta.se:weatherapp | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:weatherapp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment