diff options
author | Vincent Ambo <mail@tazj.in> | 2019-09-02T16·17+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02T16·17+0100 |
commit | 4bd6d528008c6a8a7357a2c40013931800582252 (patch) | |
tree | 9f08f325282eafc2ca4fa107bd73ccd53f1aae45 /README.md | |
parent | 5e9b91a6d208d1db546afdd4aac7e63de938ad9d (diff) | |
parent | 86d8c748a79de30d9bd4c4fdcec46d0e79ae5e6a (diff) |
Merge pull request #1 from tazjin/feat/travis-ci r/72
Add Travis CI configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000000..dc4b7f79e65f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +depot +===== + +[![Build Status](https://travis-ci.org/tazjin/depot.svg?branch=master)](https://travis-ci.org/tazjin/depot) + +This repository is the [monorepo][] for my personal infrastructure. It is built +using [Nix][] and services are deployed on Google Cloud Platofrm using +[Nixery][]. + +Everything in here is MIT-licensed unless otherwise indicated in a service +subfolder. + +[monorepo]: https://en.wikipedia.org/wiki/Monorepo +[Nix]: https://nixos.org/nix +[Nixery]: https://github.com/google/nixery |