Skip to content

Commit

Permalink
chore: configure continuous deployment with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Mar 22, 2020
1 parent 8c73d0c commit e354bde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ addons:
before_install:
- sudo cp /etc/postgresql/{9.6,10}/main/pg_hba.conf
- sudo /etc/init.d/postgresql restart
deploy:
provider: heroku
app:
master: express-api-template
api_key:
secure: IZsokzJPsQ35yHoOZvsJrC0vfgN5Xso2uBRmWUDZWxOgGoCjiHQ1cpff/tyNOe6lgnNMw+IRHR146GOJWcxy380bWElF871Iy5sjf/P8Zwu9IQ+ltlJ0IOSjuJvW0+trhi8FBKKl8Cj0Rfi9yL+zU7azw6XfVhDFLjemHvfkMjDgGtL2cF9qBQPoNCm4b0I477NIk0pkKVl7pIFFLlOBgdy5bBCYIsmcgcWZ/lfnu7T86yQLT7QRsh2Ky6R5q62bwjxZqUn9qKP64iokfpdcZbi5LzUZ3TVCQBcWMVVLIG96nWJ6DUicL0mLdvMzwyz2kNj+WJCVVn4HaSLzkcEQis0RDbP2cr5I9xsHsoCtTQNRuJiBhYMtdE5Dv4ywNVJjbwGk7kZaq1bVoRzuX1gmEoofp2238q0OuHFnwuwjleZEq5vcwO80nQlHFHCDsciEoHmxcdG54pxMcmqTDXzGnULRkLRz3l1IhZsAPZmWuYQ+O2lVQVnnDSoaVT9qGwrff6SOu5ILJEj2oan3FB1F6I1FCx0AyRu2GdpqzcxsSAnUZzbcX9h4xSV5GcXh910qddys5iuuPs7WX6CfKEXfX033qNJC7hMVHjO509jvkZbPsw7BLdwqLAUejFwCL//gSL+NH0NegUVOrPkWNyskX0rPqPE1+lfKsSPMYwU2NQU=

0 comments on commit e354bde

Please sign in to comment.