1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Gastón Fournier
a53d50148b
fix: DigitalOcean template (#4287)
## About the changes
Instead of building from source (we require Node 18 but [DigitalOcean
buildpack currently does not support
it](https://www.digitalocean.com/community/questions/app-platform-node-build-pack-can-t-use-node-version-18)),
we're going to use our Docker image from DockerHub:
https://hub.docker.com/r/unleashorg/unleash-server

Additionally, I realized that our Dockerfile only works in our CI (or
performing a pre-build step which consists of building the frontend).
With this PR I've also made a change to build the frontend if needed.
That way our CI will continue to be optimal while anyone trying to build
it from source will be able to do it by just running `docker build .`

Closes #4261
2023-07-20 12:13:44 +00:00
andreas-unleash
66452e2860
open-api addon controller (#1721)
* open-api addon controller

* bug fixes

* bug fixes

* resolve merge conflict

* bug fix

* bug fix

* bug fix

* PR comments

* PR comments

* Resolve merge conflics

* Resolve merge conflics

* bug and tests
2022-06-22 13:49:18 +03:00
Duoc Nguyen
b525b98443
fix: correct branch name (#1714) 2022-06-16 13:54:40 +02:00
Ivar Conradi Østhus
8164aab4bc
fix: digital ocean specs 2021-06-21 19:15:42 +02:00
Ivar Conradi Østhus
3dc15422f7
fix: deploy.template.yaml to follow specs 2021-06-21 14:55:41 +02:00
Ivar Conradi Østhus
3a28353adb
chore: add UNLEASH_URL 2021-06-21 14:53:16 +02:00
Ivar Conradi Østhus
59d6df3828
fchore: add database-url to digitalocean 2021-06-21 14:31:11 +02:00
Ivar Conradi Østhus
128cf29938
fix: digitalocean deploy template 2021-06-21 14:18:23 +02:00
Pankaj Patil
b30bed524c
chore: Added Deploy To Digital Ocean Button (#874)
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
2021-06-21 14:15:33 +02:00