-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Import Data * Import Data * Import Data * Import API Update * Import API Fix * Update * Updates Import API * Updates Import API * Updates Import API * Import API Update * Update * Import API Update * Import API Update * chaging rolling update to api * Import API Fix * Import API Fix * Import API Test * Import API Test * Import API Fix * Update README.md * Import Export API (#262) * Import Export API (#263) * Import Export API * Import Export API * Import API
- Loading branch information
1 parent
dbb8631
commit 472dba6
Showing
10 changed files
with
1,224 additions
and
416 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ after_success: | |
openssl enc -in config_staging.enc -out config -d -aes256 -k $KUBE_ENC; | ||
mkdir ~/.kube; | ||
mv config ~/.kube/; | ||
kubectl rolling-update cloudboost-engine-staging --image=cloudboost/cloudboost:staging --image-pull-policy=Always; | ||
kubectl rolling-update cloudboost-api-staging --image=cloudboost/cloudboost:staging --image-pull-policy=Always; | ||
fi | ||
before_deploy: | ||
- git config --global user.email "[email protected]" | ||
|
@@ -71,7 +71,7 @@ after_deploy: | |
openssl enc -in config.enc -out config -d -aes256 -k $KUBE_ENC; | ||
mkdir ~/.kube; | ||
mv config ~/.kube/; | ||
kubectl rolling-update cloudboost-engine --image=cloudboost/cloudboost:latest --image-pull-policy=Always; | ||
kubectl rolling-update cloudboost-api --image=cloudboost/cloudboost:latest --image-pull-policy=Always; | ||
fi | ||
branches: | ||
except: | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
[![Build Status](https://travis-ci.org/CloudBoost/cloudboost.svg?branch=master)](https://travis-ci.org/CloudBoost/cloudboost) | ||
[![OpenCollective](https://opencollective.com/cloudboost/backers/badge.svg)](#backers) | ||
|
||
CloudBoost is the complete serverless platform for your app. **Think of CloudBoost as Parse + Firebase + Algolia + Iron.io all combined into one** : | ||
CloudBoost is the complete cloud platform for your app. **Think of CloudBoost as Parse + Firebase + Algolia + Iron.io all combined into one** : | ||
- Data-Storage / JSON Storage / BLOB Storage | ||
- 100% data ownership | ||
- Realtime | ||
|
@@ -12,6 +12,7 @@ CloudBoost is the complete serverless platform for your app. **Think of CloudBoo | |
- Queues | ||
- More - ACL's, User Authentication, Server-less apps and more. | ||
|
||
CloudBoost also has a [managed service](https://www.cloudboost.io), so you don't have to install or configure anything. You can sign up for the managed service [here.](https://www.cloudboost.io) | ||
|
||
|
||
## Deploy with Docker (recommended) | ||
|
@@ -156,6 +157,10 @@ To read more about app settings, check [Click here](https://github.com/CloudBoos | |
- Email: [[email protected]]([email protected]) | ||
- Twitter: [@cloudboostio](https://twitter.com/cloudboostio) | ||
|
||
# Tests | ||
|
||
Tests are in a seperate repository. You can find them [here.](https://www.github.com/cloudboost/javascriptsdk) | ||
|
||
# Contributing | ||
|
||
[Pull requests](https://help.github.com/articles/about-pull-requests/) are very welcome! | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
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
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
Oops, something went wrong.