Skip to content

Commit

Permalink
re-apply storage update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Dec 31, 2019
1 parent a020ae7 commit 4176de7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- image: circleci/golang:1.13
steps:
- checkout
- run: echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/gcloud-service-key.json
- run: go test github.com/cyrildiagne/kuda/pkg/kuda
- run: curl -sL https://git.io/goreleaser | bash
workflows:
Expand Down
13 changes: 10 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ changelog:
exclude:
- "^docs:"
- "^test:"
blobs:
-
provider: gs
bucket: kuda-releases
# Template for the path/name inside the bucket.
# Default is `{{ .ProjectName }}/{{ .Tag }}`
folder: "{{ .Tag }}"
# brews:
# - # Tap
# github:
# owner: tredfield
# name: homebrew-tap
# owner: cyrildiagne
# name: kuda-homebrew-tap
# homepage: "https://github.com/cyrildiagne/kuda"
# description: "Build & deploy serverless applications on remote GPUs."
# description: "Serverless APIs on remote GPUs."
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
[![](https://goreportcard.com/badge/github.com/cyrildiagne/kuda?v1)](https://goreportcard.com/report/github.com/cyrildiagne/kuda)
[![](https://img.shields.io/github/v/release/cyrildiagne/kuda?include_prereleases)](https://github.com/cyrildiagne/kuda/releases)

**Serverless APIs on remote GPUs.**

[Kuda](https://kuda.dev) helps developping, deploying and managing serverless APIs that need GPUs and [CUDA](https://developer.nvidia.com/cuda-zone) on Kubernetes.
**[Kuda](https://kuda.dev) helps develop, deploy and manage serverless APIs that need GPUs on Kubernetes.**

It is based on [Knative](https://knative.dev) and [Skaffold](https://skaffold.dev).

## Disclaimer

🧪 Kuda is an **early** and **experimental** work in progress.

## Ready?
## Getting Started

- [Install](docs/install.md)
- [Getting Started](docs/getting_started.md)
Expand Down

0 comments on commit 4176de7

Please sign in to comment.