-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Petr Nikolas Prokop
committed
Dec 29, 2018
1 parent
967b37e
commit ac2138f
Showing
2 changed files
with
20 additions
and
80 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Deployment | ||
|
||
## How to Deploy | ||
|
||
* Assuming you have downloaded and installed the Heroku command-line utility and have initialized the app, you will need to tell Heroku to use both buildpacks via the command-line: | ||
|
||
```shell | ||
heroku buildpacks:set heroku/ruby | ||
``` | ||
|
||
## CI/CD | ||
|
||
All files are in `.ci` folder | ||
|
||
### Gitlab CI | ||
|
||
* You need configure `.gitlab-ci.yml` file with your Heroku credentials. | ||
|
||
### Travis CI | ||
|
||
* You need configure `.travis.yml` file with your Travis and Heroku credentials. |
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