-
When outputting what commands are run: also output the directory its run in and the env vars provided.
@alexdavid @hugobho what do you think?
I expect this to get a bit crazy for the terraform c…
-
Setup CI to run `exo template test` for each of the following repos:
https://github.com/Originate/exoservice-go
https://github.com/Originate/exoservice-js
https://github.com/Originate/exoservice-…
-
Using the Maven plugin, with a Mysql JDBC url containing no schema, Flyway migrates the database, but fails just after complaining with "Error setting current schema to ``: No database selected".
Fai…
-
Extracted from #685
The env var passed to other services would be
---
### `_HOST`
Local development valueftp-api:2121
Local production valueftp-api:21
AWS production valueftp-api.local:650…
-
Running exo deploy with a profile fails with the following error:
```
Initializing the backend...
Backend configuration changed!
Terraform has detected that the configuration specified for th…
-
Environment variable support for individual services will be provided in the form:
```
#service.yml
environment:
development:
public:
ENV1: some value
ENV2: some value
…
-
* via nodemon or supervisor
-
Per @alexdavid's suggestions in https://github.com/Originate/exosphere/issues/543
> Also we should move health check out of production as well. We could use that instead of regex searching stdout t…
-
Per our discussion here: https://github.com/Originate/exosphere/issues/508, we are going with a more permanent solution to third party dependencies in production. What do we think about this proposed …
-
Currently, we deploy all images listed in `application/docker-compose.yml` to ECR when running `exo-deploy`. This is unnecessary for dependencies such as databases for which we have an alternative sol…