mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-10-29 23:32:35 +01:00
12 lines
357 B
YAML
12 lines
357 B
YAML
deploy:
|
|
provider: heroku
|
|
api_key:
|
|
secure: KfNLOG7IsAno2IQ3R9DikQ7nVhAGbYQitf6NbJo1jzA7eu/rKNAmqYoJyaNuwEoAd8Dwz98PtQEJb3DmAhtX3xJgZC1BKNPMh9s0NCQO03OsD7cRbyqeyJFgxSH+p+yKC3nILmaxTSLPji3w+h3Qg+Lu1SA+Q6KmxxeajUUSThc=
|
|
app: fixer
|
|
on:
|
|
repo: hakanensari/fixer-io
|
|
rvm:
|
|
- 2.2.0
|
|
before_script:
|
|
- psql -c 'create database fixer_test;' -U postgres
|